cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We want your feedback when it comes to using Dropbox in a web browser. Tell us your thoughts right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

Re: Get image url to show in my app

Get image url to show in my app

vns955
Explorer | Level 3

I'm creating ASP.NET app where I have to show images from Dropbox share. Downloading all files is very long, because there are 2000 files. What can you suggest? Thanks

4 Replies 4

Re: Get image url to show in my app

Greg-DB
Dropboxer

[Cross-linking for reference: https://stackoverflow.com/questions/43701623/dropbox-api-get-image-url-to-show-in-my-app ]

 

Unfortunately, the Dropbox API doesn't offer batch calls for this, but I'll be sure to pass this along as a feature request. 

Re: Get image url to show in my app

sgpr
Explorer | Level 4
use the twitter api https://dev.twitter.com/

Re: Get image url to show in my app

vns955
Explorer | Level 3

Do you mean should I put images into twitter?

Re: Get image url to show in my app

Greg-DB
Dropboxer
The Dropbox API now offers the ability to get thumbnails in batches. In the .NET SDK, that's available as:

https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThum...
Need more support?