cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more 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: 

Using V2 HTTP content-style endpoints with GET

Using V2 HTTP content-style endpoints with GET

Petar N.
New member | Level 1

Hi,

when trying to use get_thumbnail API using GET, we always seem to get 400 back. When using the POST and adding Authorization/Dropbox-API-Arg headers, it seems to work.

What could be the cause of that? Here is what our final request url looks like:

https://content.dropboxapi.com/2/files/get_thumbnail?Authorization=Bearer%20rrQhsXpulaAAAAAAAAABHrdX...

Could we get more info on how this should work, everything in the documentation is focused on POST method.

1 Reply 1

Greg-DB
Dropbox Staff

[Cross-linking for reference: https://stackoverflow.com/questions/33896666/unable-to-load-image-thumbnail-using-dropbox-v2-api-and... ]

It looks like you already sorted this out on your StackOverflow question, but this is currently documented incorrectly. We'll get that fixed up.

By the way, for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:

https://www.dropbox.com/account/security

Or, you can disable just this access token using the /disable_access_token endpoint:

https://www.dropbox.com/developers/core/docs#disable-token

Need more support?
Who's talking

Top contributors to this post

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