Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Charles Knight
9 months agoNew member | Level 2
Create new folder in existing Team Folder
Hi, I use a web site development program called Wappler which allows for the setup of API's It has a section for the URL of the API, JSON DATA and I can add headers. I used the default: https://a...
Charles Knight
9 months agoNew member | Level 2
Hi DB-Des,
I sort of managed to get things working by good old trial and error, although I'm not sure if it's the most elegant way!
I ended up with four headers:,
Authorisation (Bearer string),
Content-Type (application/json),
Dropbox-API-Path-Root (in my case {".tag": "namespace_id", "namespace_id": "<root_namespace_id>"} worked but I got an error saying that I needed to specify a user in the team),
Dropbox-API-Select-User (team_member_id here)
As for the Json Date:
{
"path": "/Folder1/Folder2/{{$_POST.foldername}}"
}
{{$_POST.foldername}} being data from my form
What I have just found though is, my Bearer token has expired from last night, so how to I created a permanent authorisation between my API Action and DropBox?
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!