-
End-to-end encryption API
Now that end-to-end encryption for teams is available, will there be any API support for this feature?
-
Socket connection aborted while uploading
FileZilla Pro development here. Customer consistently sees 'ECONNABORTED' errors while trying to upload a large file. See log excerpt below: Command: POST /2/files/upload_session/start HTTP/1.1 Command: Authorization:…
-
Check job status: how often and for how long
Hi, I understand that some operations can be asynchronous (eg, /2/sharing/share_folder or /2/sharing/remove_folder_member). My question is: how often should I check for the job status (/2/sharing/check_job/status) ? And for how long until it can be considered failed?
-
Resume upload: what is the current offset?
Hi, I understand I can use upload sessions to upload large files. That is: call Upload Session Start, then Upload Session Append and finally Upload Session Finish. My question: is it possible to query what is the current offset taking only the session id? The scenario is: application calls Upload Session Start, saves…
-
File revisions are not moved
File has several revisions: $ curl "https://api.dropboxapi.com/2/files/list_revisions" --header "Authorization: Bearer <>" --header "Content-Type: application/json" --data '{"limit":10,"mode":"path","path":"/Work/versions/Budget.xlsx"}' {"is_deleted": false, "entries": [{"name": "Budget.xlsx", "path_lower":…
-
Team Spaces general availability
Hi As a developer I'm interested to know if the Team Spaces feature for Dropbox Business accounts is already GA. Will it be rolled out automatically? Also has someone the adoption numbers of this feature? Thanks & regards josue
-
Team Spaces support for Dropbox Business development account
Hi, I have requested and received a free Dropbox Business Development Account. However it seems it doesn't have support for Team Spaces. Is that right? A call to get_current_account [1] while logged in as the team admin returns (excerpt): ... "account_type": { ".tag": "business" }, "root_info": { ".tag": "user",…