Get help with the Dropbox API from fellow developers and experts.
Hello, when I try to download a shared file using API , the socket closes at the 10th minute, and I receive an 'ECONNRESET' error. Without using the API, I was able to download for an hour. And after an hours it's closing the connection again. By the way, the file I'm downloading is over 100GB. Can you help me with this…
Hi, I recently started having issues uploading files to dropbox via API. The error returned is HTTP/1.1 400 Bad Request The output via curl is as below * using HTTP/1.x > POST /2/files/upload HTTP/1.1 Host: content.dropboxapi.com Accept: */* Authorization: Bearer MyBearerToken Dropbox-API-Arg: { "path":"file_to_upload",…
I am trying to search dropbox files inside my application. Although I am bale to find the folders and the files there is no way I can get the preview url of them so that I can redirect the user to the folder on dropbox. Is there any way to do that? In the documentation I have found that the preview url in search is an…
Hello, Is dropbox no longer supporting &raw=1 files being displayed on external websites on mobile? It was working fine before new years. See here: https://www.arclab.space/a/0301-pdf-topo Odd that it works fine on desktop devices, or via chrome inspect using mobile viewport sizes, but not on actual mobile phones. iOS…
Hi, I'm looking for help with the following HTTP request problem: For my student app security project, I analyzed HTTP traffic between a third-party mobile app (Android) and its server, which is using CloudFront CDN. For testing, I selected one of the requests from the existing HTTP traffic, along with its headers and…
key in C#.NET platform. Despite my efforts, I have encountered persistent errors indicating that the generated key is not supported. I have extensively utilized various code snippets for this purpose, but the issue persists. Could you kindly provide guidance on the correct methodology or code snippet to generate a lifetime…
Hi, I am using the Dropbox Embedded Signing API to develop my application. After signing completion, the completed document would be attached with the audit trail information which is really helpful to signers. I am wondering if the timestamp timezone in the audit trail can be set up with API per document since document…
Hello, I'm looking to move a large amount of folders from directory A to directory B. For this I use fileCopyV2 with a little delay between each move to avoid too_many_request and everything works fine. However, I also need to change the access rights to these folders during the transfer. I need to make sure that the…
Hi, people! I'm currently working on a chat app that relies on the sharing of heavy files. So I decided to try to use the Dropbox API to deal with the file management. The scenario is: every user should be able to send attached files from their computers in messages, but they are actually sending the files to my Dropbox…
Hi, hope you're having a nice day! I'm developing a client side app with React to upload files, with a minimal interaction with an internal api. I want to use pre-signed urls because I'd like to hide sensitive information like access tokens from the client, and manage everything in the server. The files I expect to upload…
It looks like you're new here. Sign in or register to get started.