Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Alexander K.28
9 years agoHelpful | Level 5
Is it possible to pass all parameters to a v2 API request in URL parameters?
I have very particular situation when I cannot use request header at all and I'm basically need to pass all the parameters as URL parameters. It is not a problem for the v1 API. For example with t...
incode4it
8 years agoNew member | Level 2
Why i'm getting this error ? "Error in call to API function "users/get_current_account": Invalid authorization value in URL parameter "authorization": "Bearer%20REDACTED_ACCESS_TOKEN". Expecting "Bearer <oauth2-access-token>"."
Greg-DB
Dropbox Community Moderator
8 years agoincode4it That value looks right. Can you share your code, or the full/raw request and response? Just be sure to redact the access token itself.
By the way, I redacted your access token from your post, but for the sake of security, you should disable that access token since you posted it publicly. 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 API:
v2: https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!