Get help with the Dropbox API from fellow developers and experts.
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?
I have app and want to authorize using this url: https://www.dropbox.com/oauth2/authorize?token_access_type=offline&response_type=code&code_challenge_method=S256&client_id=up9dc6vspz96ghi&code_challenge=_6rj6cf1qTS7Ia6slqNF9hjQnynzBuITIyKJ8K-lVUc After that I chose "sign in with google", chose my google account, enter…
I have an app that I built in python and I'm trying to have sustained access to read from files in a folder I've gone through the entire process of getting the user (myself) to sign in and get an initial refresh_token and access_token (described here ). When I use this initial access_token to do things, it works fine…
Hi, For the functionality I am making I need the functionality of the built-in embedder but also also additional API access(creating folders, sharing folders). The problem I am encountering with the approach is the need for authentication in two places. Once for the embedder and once for API access. Is there some way to…
It looks like you're new here. Sign in or register to get started.