Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.
Forum Discussion
infofeedback
4 years agoExplorer | Level 4
Automation
is it possible to create folders in dropbox via code without any manual interaction? The account would be created manually no problem. However I need to creat efolders with permissions and also either create the link to that folder or obtain the link to the folder programatically.
Thanks
4 Replies
- Здравко4 years agoLegendary | Level 20
Hi infofeedback,
Take a look on 2/files/create_folder_v2, 2/files/create_folder_batch, and 2/files/create_folder_batch/check for folder creation. Also take a look on 2/sharing/create_shared_link_with_settings and 2/files/get_temporary_link for different link types creation, providing access to the content. There are end points 2/file_requests/create and 2/files/get_temporary_upload_link for providing upload links creation.
You can perform HTTP query directly or use some of SDKs provided for convenience. There are equivalent calls of functions/methods. The choice is yours.
Hope this helps.
- infofeedback4 years agoExplorer | Level 4
Thanks very much for the tips. I am no "curl" programmer but life's for learning. Cheers.
- Здравко4 years agoLegendary | Level 20
You are not mandated to use curl exactly! This tool is convenient to demonstrate many types of query and useful on shell scripting. It's very useful for communication debugging. On "regular" programing, more "typical" languages are usually in use. As I said above few SDK for such languages exist fully supported (some more are partially supported). You can perform end points call using native method available in your environment and so organize something like your own "SDK" too, if there isn't any existing Dropbox SDK for your programing language. Again, the choice is yours. 😉 Select what's most convenient to you.
- infofeedback4 years agoExplorer | Level 4
Excellent! Thanks for pointing that out.
About Discuss Dropbox Developer & API
Make connections with other developers815 PostsLatest Activity: 4 years 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!