Get help with the Dropbox API from fellow developers and experts.
Hi, I want to get the folder size for all my team folders. I am excecuting the following code in python using dropbox SDK : import dropboximport dropbox.teamimport timefrom concurrent.futures import ThreadPoolExecutorfrom logging_config import logger def team_folder(dbx_team, member_id_admin, save_client😞 start_time =…
When I backup my iPhone app “CHECKBOOK” (published by Mobile Innovations, LLC) to Dropbox, I receive this message: “expired_access_token/.” Please advise how I get past this.
Hi @Greg-DB Is there a way I could enter this into a CMS source block (using eg Webflow)? How do I go about creating an element that the javascript will source? Will I be able to embed multiple folders using multiple scripts? Eg. source code: <div class=".embed"></div><script>var options = { // Shared link to Dropbox file…
The first time that i enter in my page i have this error "The request was aborted: Could not create SSL/TLS secure channel." If i reload the page this don't appare and it works. This is the code : Dim _command As String _command = "https://www.dropbox.com/oauth2/authorize?client_id=" & _App_key _command +=…
Hi ! I recently downloaded Dropbox Desktop in order to sync a folder on my Windows laptop. I plan to build a software that would interact with the Dropbox API, assign tags on my files so I can then filter them later in my local dropbox folder. However, it seems that tags assigned on the dropbox server (website or API)…
I really enjoy the use of the Dropbox Transfer functionality to send copies of files to end users that may or may not have a Dropbox account, require that the use a password, be notified that the file was downloaded and have the access to the files deactivated after a deadline. My understanding is that there is currently…
Hi everyone! I want to extract the same data that you can extract from the team storage report. It provides me info about path, type ( team subfolder, shared folder,etc), size, owner and Nª of files. After read decumentation I cannot find any solution that satisfy my demand. Thanks in advance for your help.
I need to move the document shown under the signature tab to a new folder I created. How can I do that? Also, how can I find the document path? In the API request payload, I need to pass the 'From' path and 'To' path parameters
Hi, I am trying to use the dropbox sdk in a next js 14 application. I want to download files on the server and pass them to the client. const dbx = new Dropbox({ accessToken });const response = await dbx.filesDownload({ path: "file/path"}) However when fetching files on the server I am getting an error: Error fetching file…
I am using the dropbox chooser to save file ids from dropbox to my backend. The thumbnailUrl generated by dropbox works for sometime but then starts throwing a 410. The file was not moved. Separate question: how can I generate a persistent thumbnail url that is not affected when the file is moved?
It looks like you're new here. Sign in or register to get started.