Explore Dropbox Developer & API discussions with developers like you.
I have a Daemon on my local device (mac) that processes some files and writes the output to a dropbox folder. It successfully runs and writes the data to dropbox, but the dropbox folder does not synchronize until a user is signed into the device. I want the dropbox folder to synchronize even when a user is not specifically…
In https://www.dropbox.com/developers/documentation/http/documentation in the section called "Browser-based JavaScript and CORS pre-flight requests" a method is given to avoid a preflight request. We've been using this successfully for half a year. Today, we've noticed a roughly 50% failure rate for API calls using this…
For my account, the charts on Analytics page aren't updating after 28th Mar while the app is still in active use. What could go wrong?
Hey there, I'm working on a small utility using the dropbox API. So far, I've been able to set up an App and used the files/search_v2 endpoint to locate specific files in the scoped app's folder. But my actual use case is to find files in a folder for which the user will have a shared link. The folder is quite large, and I…
Hello devs, I am having an issue getting changes to files [after changing to a business account] Before I was using the `files/list_folder` endpoint. But now I can't seem to get it to list changes in the team only the user folder. return Http::withToken(cache()->get('dropbox_token'))…
Hi! I'm trying to retrieve all the folders inside my Dropbox account. In the first approach I'm just able to retrieve the info from something like my "home folder" but there is other folders that I created as the admin that are not being showed calling 'files_list_folder()' function. I'm instantiating my DB account as dbx…
I have one folder and i want to know if there is a way i can know if any nested folders inside have been modified i.e. Parent folder is A1 there are nested folder a2 and a3 i am uploading one file inside a3 now is there any way i can know using parent folder if there is any modification or not
I am trying to generate new access token using app_key, app_secret and refresh_token obtained using the following url. https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&token_access_type=offline&response_type=code but the response returned is data: { error: 'invalid_grant', error_description: 'refresh token is…
Hello We have a web application where user can load files, and this are then loaded to dropbox To access my Dropbox account, I have a non-expiring token, so far everything is working fine but I saw in your documentation that you are no longer offering these non-expiring tokens. So, my question is, should I change something…
Hi, Is there any way to generate access token without getting authorization code using only client id and secret key in asp .net core c#? I need only access token to do operations. or how to get access token with no expiration Thanks in advance Regards, Amit Gaur
It looks like you're new here. Sign in or register to get started.