Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2013-08-01 13:40:18

terryi
Member
Registered: 2013-08-01
Posts: 3

API upload for intranet

Hi guys

I'm trying to use the API to download the files in a specific format and dimensions for use on an intranet site. Looking at the Download API methods I can't work out how to do this. Can you show me a simple demo? I am not a coder.

Thanks
Terry

Offline

#2 2013-08-01 14:06:28

steve
Third Light Staff
Registered: 2013-06-06
Posts: 105

Re: API upload for intranet

Hi Terry,

Have you considered our 'File Fetch' feature? A specially crafted URL can be used to achieve this saving you the effort of developing your own API based scripts. Here is an example:

http://yoursite.com/file/12926452322/320×200/format=JPG

This will dynamically create a small thumbnail in JPG format, 320 by 200 in size generated from the original whose file reference is 12926452322

You could also specify scale, crop or pad options if required. Please see this link for more details:

http://www.thirdlight.com/docs/display/ … ile+to+URL

Offline

#3 2013-08-02 16:24:20

terryi
Member
Registered: 2013-08-01
Posts: 3

Re: API upload for intranet

steve wrote:

Hi Terry,

Have you considered our 'File Fetch' feature? A specially crafted URL can be used to achieve this saving you the effort of developing your own API based scripts. Here is an example:

http://yoursite.com/file/12926452322/320×200/format=JPG

This will dynamically create a small thumbnail in JPG format, 320 by 200 in size generated from the original whose file reference is 12926452322

You could also specify scale, crop or pad options if required. Please see this link for more details:

http://www.thirdlight.com/docs/display/ … ile+to+URL

Thanks Steve! I'll try that and see how it works. I guess we can avoid getting into API with this, hopefully so

Terry

Offline

Board footer