-
Upload/Download files with non-printable char
Hi, We use following apis to perform file upload/download, and passing filename in Dropbox-API-Arg header. If the filename contains non-printable char (ascii < 32), we encode them using unicode. (according to this encoding doc) However, this method is only valid for uploading files, downloading files will result in a…
-
Example response of team folder archive check api
Hi dropbox dev, We would like to know the response format of the team folder archive check API. If the response contains a failed job, what is the format of the error? Does it include an error tag? An example response with a failed job in JSON format would be appreciated. Thanks…
-
Questions about team folder api
1. When I utilize the "/team_folder/archive/check" API to verify the status of the asynchronous archive job, I receive the following response: the ".tag" suggests that the job is complete, but the status tag is "archive_in_progress". Which status should I trust? {".tag": "complete","team_folder_id": "2325974275","name":…
-
Team folder move api
We want to move a team folder under another team folder after teamspace update. (and convert to normal folder) The files/move_v2 API seems to not be working if the source/destination folder is a team folder. Is there any workaround so that we don't have to call the move API for each file under a team folder, which would…