One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
krishnabidwai
8 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?
- Greg-DB
Dropbox Staff
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.5,945 PostsLatest Activity: 3 hours ago
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!