1

I am Using SharpBox Api for accessing Dropbox, but retrieving thumbnails is not supported.

Is there any way in a .NET api for Dropbox to get thumbnails?

Dan
  • 6,008
  • 7
  • 40
  • 41

1 Answers1

1

The Core API is documented here: https://www.dropbox.com/developers/core/docs, and this is the thumbnails endpoint: https://www.dropbox.com/developers/core/docs#thumbnails.

I don't know whether SharpBox supports calling that endpoint, but you should be able to do it yourself pretty easily if you have an OAuth token for the user.

user94559
  • 59,196
  • 6
  • 103
  • 103