You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Lakshmi's avatar
Lakshmi
New member | Level 2
9 years ago

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...