Storing files outside of the members folder. #101
jer-fortenberry
started this conversation in
General
Replies: 2 comments
-
Free to create a PR that adds this functionality. Make sure to update the readme and tests. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check #105, this should be fixed :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking to store files outside of the default members folder and direct all the adapter methods (write/read/copy/etc) to folders that exist in the root of the Dropbox team folder. DropBox allows this by using the Dropbox-API-Path-Root header.
In the Client.php class the method getHeaders() seems to define using the $teamMemberID passed in from the construct.
Unless I am missing something, I feel like this is the most logical choice to add the Dropbox-API-Path-Root header to accomplish our needs. That said, curious if you guys have any suggestions on best implementation or if its something you'd be interested in adding into a release before I fork the project for something so simple that potentially could be useful to others.
Thanks for this project, greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions