Explore Dropbox Developer & API discussions with developers like you.
Encountering server timeout on App Engine while attempting to retrieve thumbnails, even with Pagination Is there a simpler way to get the thumbnails? I would highly appreciate some help! public ImageResult getFolderImageContents(String folderPath) {List<ImageInfo> images = new ArrayList<>();String cursor = null;try…
Hi folks, I have been working on a Python script to read information from my Dropbox account. The Dropbox OAuth SDK examples only demonstrate the initial part of the flow and do not use the refresh token. I could not find a working example despite searching the Internet (and this forum). After a bit of trial-and-error, I…
We use Dropbox to store pictures from every jobsite we work on. The estimator puts his pics in the folder for the crews to view and later the crews put their images in the same folder. I have been using an Azure logic app to create the folders I need by using a constructed folder path and creating a txt file. I then delete…
Hi API Team, I am using dropbox folders temporarily to upload videos to youtube. I need to clean/delete files from Dropbox files after I upload them to youtube since I don't need them anymore and to free up space in Dropbox. 1. Do you have a setting where we can set time to delete files? ex: every day, every Monday at…
You see its only me and I am trying to generate an access token. Why is it requiring a team administrator? Did I mess up something in the settings?
Cheers to all lovely and cool people here, and especially to @Greg that often supports me in the past with all his answers! Just a question more after long time about development that i know already the actual answer (i think) on chooser, i need to add domains where the code will run or, it will not run on domains not…
Hi, I am working on getting the shared links of a file or a folder along with it's parent's shared links with API list_shared_links. However, I got different response from Team Space and Team Folders model. For Team Space model, neither given true nor false to `direct_only`, there's no parent's shared links in the…
I found Dropbox's web interface has two types of folders at the root level: 'home' and 'work'. What is the difference between these? Can I use any API to determine which folder is being used?
Hello Team, As Drop Box Access Token is invalid after 4 hr. I want to implement refresh token mechanism at Backend Java code without User Interaction i.e fully automated. so I have a requirement to get refresh token without User Interaction based on two parameter on UI 1 . App Key 2. Access Token Generated Please share any…
Hi guys. I'm creating a React app. I'm planning to save files uploaded by the user in my Dropbox. Is it possible through the API? By the way, I tried using an access token generated from the Dropbox site, and it is working fine. However, after a couple of hours, the token expires, so I need to generate it again and update…
It looks like you're new here. Sign in or register to get started.