-
Notifications
You must be signed in to change notification settings - Fork 181
Description
I am currently utilizing the Dropbox PHP SDK within my project to automate the uploading of files from our server to Dropbox.
However, due to a recent migration of our Dropbox account to a "team space", I'm unable to access our core team folder because I have not found a way to set the Dropbox-API-Path-Root header within the SDK.
The challenge at hand is setting the SDK to define the team space as root so that it recognizes the correct directory structure for our team folders.
Through the Dropbox Team Files Guide (https://developers.dropbox.com/dbx-team-files-guide), it's clear that this functionality should be possible, but the SDK's current documentation does not explicitly outline how to accomplish this, hence my confusion and inability to implement the required changes.
Is there a way to set the Dropbox-API-Path-Root header within the SDK? Alternatively, do you have any recommendations on how to correctly address the 'team space' to access team files using the SDK?
Any help/guidance would be greatly appreciated.
Thank you!