Explore Dropbox Developer & API discussions with developers like you.
Hi- I'm working on a project when I need to download different user files from dropbox to a network share (to be consumed by some other application). I've very limited knowledge of powershell script and authentication. I'm able to make the powershell script work using my access token but it won't work for other users. I…
Hello everyone, I have chosen Dropbox as my storage server and I am developing a system to upload images from my website to Dropbox. I have some questions that I would like to seek your help on. Here is what I received from my developer. *** Issue: We are having trouble with the speed of uploading images through the API…
I'm trying to set up access to DropBox for some "enterprisey" tasks (we have a shared DropBox workspace where I work). I've registered an OAuth2 app and went through https://www.dropbox.com/oauth2/authorize to get an authorization code and then used POST to https://api.dropbox.com/oauth2/token to exchange the code for a…
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
It looks like you're new here. Sign in or register to get started.