Get help with the Dropbox API from fellow developers and experts.
У меня ошибка 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…
There is way to tag the files and folder from the dropbox.com webapp. I'm using python SDK and I want to tag only folders with my specific string numbers how can I do that using SDK. I have check all the API but did not found it. Thank you in advance.
Good afternoon, We are setting up a process with daily upload of the CSV files from the local repository to the Dropbox repo. The dropbox folder belongs to another colleague with a different Dropbox account, but it is a shared one with a turned-on right to edit and overwrite files. Retrieval of the access token works fine,…
In our Windows desktop application ( C# .NET, WinForms ), we are trying to log into Dropbox, After entering the access code, it showed nothing, and could not proceed further. What should I do ? We use Dropbox APIs to log in, upload, and download photos and videos.
we want to buy enterprise plan,but we have some questions. we will use dropbox in our java program. we are using BOX plateform in our java program,but BOX's developer has a 10GB limit problem. No matter how big storage we bought,such as BOX enterprise plan 15TB,but java program only has 10GB storage to use. Does DropBox…
Is there a way to query a list of all files shared externally across all users? If not, is there a way to do this on a per user level?
It looks like you're new here. Sign in or register to get started.