Hi I am using
Post Request
https://content.dropboxapi.com/2/files/upload
endpoint to upload file in Dropbox
Authorization => access token of dropbox app
Content-Type => application/octet-stream
Dropbox-API-Arg => {"path":"folderpath/filename.png","mode":{".tag":"add"}}
Here is reference I found API documentation https://www.dropbox.com/developers/documentation/http/documentation#files-upload
Able to upload file in user folder.
But want to know how to upload file in specific team space folder.
When I upload the file in Dropbox folder name start with /home/username/foldername/filename.png
Please let me know the way to upload file in specific Dropbox team space folder.