josuegomes Helpful | Level 6

Comments

  • Thank you for your reply. I appreciate you took the time to investigate it deeper.
  • Yes, I'm using an access token for an account where the backups are stored. At https://www.dropbox.com/backup/all I can see the files under PC name (screenshot attached) However, as I stated before, using Dropbox API Explorer I don't see those files. See attached the output of the list_folder request with recursive set as…
  • I'm also facing the same problem. Both /2/files/list_folder and /2/files/list_folder/continue return no Dropbox Backup files. I tried with Dropbox API Explorer Request parameter "path" is empty, and "recursive" is "true". The call returns all the files except the Dropbox Backup ones. "has_more" is "false". I can provide…
  • > Is something preventing you to do so?! Yes. The API doesn't exist. That is the very reason for the original post.
  • I'm talking about specifically about an API support. Something like a hypothetical: /upload_session/start_encrypted that only accepts locally encrypted payloads.
  • I'm failing to understand why providing API support is a security threat. And instead of a (closed?) library, the most secure approach is to use a public, open source encryption algorithm that can be analyzed and scrutinized by third parties. Good encryption relies on strong keys and public algorithms.
  • Thank you for your reply. Yes, this is the only customer experiencing the issue. With other customer and on tests done by our team, we see no errors. I'll ask if there is something in the customer's network that could interfere with the communication.
  • Using the file id the behavior is even more bizarre. A revision is added after each move. Is this expected? $ curl "https://api.dropboxapi.com/2/files/list_revisions" --header "Authorization: Bearer " --header "Content-Type: application/json" --data '{"limit":10,"mode":"id","path":"id:teAlu1WEq40AAAAAAAKg9Q"}'…
  • Hi Greg, Thank you for the prompt reply. I've submitted a help request to the Business support. As soon I get their reply I update this thread accordingly. Thanks & regards josue