cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Third Party App - Export Shareabel Download Image Links from Folders - Sub Folders

Third Party App - Export Shareabel Download Image Links from Folders - Sub Folders

abhishek4383
New member | Level 2

Hi

 

Looking for below requirment -

Third Party App - Export Shareable Download Image Links from Folders - Sub Folders.

Need in proper Folder - Sub Folder Structure.

 

 

Thanks

Abhishek

1 Reply 1

Greg-DB
Dropbox Staff

Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:

 

https://www.dropbox.com/developers

 

For example, to create a shared link for any file or folder, you can use the /2/sharing/create_shared_link_with_settings endpoint:

 

https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_...

 

That's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:

 

https://www.dropbox.com/developers/documentation

 

Those have corresponding native methods for the HTTPS endpoints. 

 

Also, note that the shared links returned by that point to a "preview" page by default, but you can modify them for download behaviors instead as documented here:

 

https://help.dropbox.com/files-folders/share/force-download

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?