Get help with the Dropbox API from fellow developers and experts.
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…
Hi! Google Drive has an method that we can create the file ID first, before start upload. Does Dropbox has somenthing similar? My point is, to get file metadata, specially file size, after upload is done via getTemporaryUploadLink. Knowing the file ID before, I can prevent broken response between the client-side upload and…
У меня ошибка 400 и я не понимаю в чем проблема сам код: let accessToken = 'Я стёр'; let dbx = new Dropbox({ accessToken, fetch }); // Функция для обновления токена async function refreshAccessToken() { try { let response = await fetch('https://api.dropbox.com/oauth2/token', { method: 'POST', headers: { 'Content-Type':…
How can i get the size of a particular folder in DropBox using V2 call or V1 please solve this...?
Could I use java sdk to upload a image and return a direct link that can show in webbrowser?
Hi, Is it possible to create a folderstructure based on the filenames I put into the main folder? Example: If I have a Main folder and put in a file named ABCXXX into it, I then want it to automatically create a folder inside the Main folder based on the first 3 letters of the filename and put the file into that folder. Is…
Hi peepz, I'm running a PHP project for which I read a specific Dropbox directoty using 'list_folder'. Five files (JPG), matching certain criteria are selected from all returned files. So far, so good. Now, I want to embed these five images in a webpage. Somehow, I don't succeed in this. It's clear to me I'm overlooking…
It looks like you're new here. Sign in or register to get started.