We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
krishnabidwai
9 years agoNew member | Level 2
Need Full URL path of folder
I need the ful url path,
I tried using 'https://api.dropboxapi.com/1/metadata/auto/google' url but got response object having "path:/google". I need full url.
Also, using api I want create folder in Opportunities not in the app. How to do this?
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
First, note that the API URL you shared is for Dropbox API v1, which is deprecated:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
You should switch to API v2 instead:
https://www.dropbox.com/developersYou can create a shared link URL for a file or folder using /2/sharing/create_shared_link_with_settings:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings
To create a folder, you can use the /2/files/create_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 hours ago
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 or Facebook.
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!