Forum Discussion

MeloX's avatar
MeloX
Explorer | Level 3
4 years ago
Solved

uploadToDropbox cURL Root

Hi,   I was trying cURL, but I am pretty bad at it.   I would need your assistance.   function uploadToDropbox($path, $folder="\0", $name="") { $url = "https://api.dropbox.com/oauth2/to...
  • Greg-DB's avatar
    4 years ago

    By default, API calls operate in the "member folder" of the connected account, not the "team space". That is why you would get files uploaded to your own member folder by default. From your description, you want to upload them to the team space instead.

     

    You can configure API calls to operate in the "team space" instead. To do so, you'll need to set the "Dropbox-Api-Path-Root" header. In the code you shared here, I see you do have the "Dropbox-Api-Path-Root" header, but you're setting a "namespace_id" of "7". The "7" is just an example from the guide/documentation. For your actual code, you will need to set your own value. Refer to the Team Files Guide and Path Root Header Modes documentation for information on how to retrieve and use the correct value for the connected account.

About Dropbox API Support & Feedback

Node avatar for 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!