We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Lakshmi
10 years agoNew member | Level 2
How to get metadata for files and folders in Dropbox REST API v2
curl -X GET https://api.dropboxapi.com/1/metadata/auto --header "Authorization: Bearer <access token redacted>"
The above endpoint will be used for get metadata in dropbox v1 API.
How to get...
Greg-DB
Dropbox Community Moderator
9 years agomrramos If you need the file listing under a folder, you should use /files/list_folder and /files/list_folder/continue. API v2 isn't a drop-in recplament for API v1, so you'll need to make code changes. There are curl examples in the documentation for those showing how to call them.
djomoutresor1
7 years agoExplorer | Level 3
can have a sample example of code to get metadata in angular 7??
- Greg-DB7 years ago
Dropbox Community Moderator
djomoutresor1 I don't have a sample to share for Angular in particular. Please refer to the HTTP documentation for whichever method(s) you need, e.g., /files/get_metadata, /files/list_folder, or /files/list_folder/continue, for information on how to call them, including curl examples, so you can write the relevant code for whatever HTTP client you're using.
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!