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.

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: 

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

Greg-DB
Dropbox Staff

[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. 

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

vns955
Explorer | Level 3

Do you mean should I put images into twitter?

Greg-DB
Dropbox Staff
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?