Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
dpapanek
6 years agoNew member | Level 2
Basic App Authentication
Hello!
Is it possible to use basic app authentication as outlined in this article?
The response I am receiving is:
Error in call to API function "files/get_metadata": Invalid authorization value in HTTP header "Authorization": "Basic xxxxxxxxxxxxxxxxxxx xxxxx". Expecting "Bearer <oauth2-access-token>".
Any help is appreciated. Thank you!
Regards,
dpapanek
Each particular endpoint is only implemented to work with some type(s) of authentication, so you can only use whichever one(s) the particular endpoint happens to support. You can find which type(s) each endpoint supports in the documentation, under "AUTHENTICATION".
For example, /2/files/get_metadata doesn't support app authentication, so you can't call it with that.
2 Replies
- Greg-DB5 years ago
Dropbox Community Moderator
Each particular endpoint is only implemented to work with some type(s) of authentication, so you can only use whichever one(s) the particular endpoint happens to support. You can find which type(s) each endpoint supports in the documentation, under "AUTHENTICATION".
For example, /2/files/get_metadata doesn't support app authentication, so you can't call it with that.
- dpapanek5 years agoNew member | Level 2
Thank you for the quick response!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!