Explore Dropbox Developer & API discussions with developers like you.
We created an OAuth2 app on dropbox, and now it is in production status. Many people is using it. Because of the company change, we want to change the following info on the registered app Branding tab. 1. Publisher. 2. Description. 3. App website. 4. Etc. So my question is: 1. How to change it safely, becuase it already in…
Hi, Can we generate new access token short lived before previous one expires using refresh_token? As far as I know that a short lived token expires in 4 hrs so Is it OK to generate new one using the refresh token obtained in OAth code flow before expiration ? Thanks
Hi everyone! I want to perform download operation but it is only give information about file I use this : try { outputViews.write(documentUtility.newDocument(client.files().download(filePath))); } catch (DbxException e) { throw new RuntimeException(e); } I want to perform download operation. If their any other way to…
New feature alert! Dropbox is previewing a new pre-built component called the File and Folder Embedder. Simply paste a JavaScript snippet into your code and you’ve added the ability to turn Dropbox shared links into interactive, embedded previews. It’s never been easier to provide your users with the ability to view and…
i was trying out the /2/sharing/add_folder_member api and everytime i'm receiving null as reponse, when i check the file, members has been added successfully, but the response is always null. I also check the web interface, i tried to add a member through my dropbox web interface and check the add_folder_member api its…
The response returns an error but the role has changed Hi, can anyone tell me why this happens. Thanks
Hello everyone, I want to ask if there is a plan to add the renaming functionality in the Dropbox Saver. I know you can name the file before opening the Saver but let's say I found that I already used that name and I want to save with another name. This would be a very nice feature for the Dropbox Saver that I think people…
while listing files from any folder (even root) i need to know the owner of the file. is there any way i can get that?
Hello, I'm making this post due to some issues I was encountering whilst doing an implementation of the API for an application in the Unity Game Engine. The use of the Dropbox API, is quite simple as it only requires to upload files to a specified folder in my organization's Dropbox, I got the uploading working correctly…
Hi there, How do I resolve this?? Traceback (most recent call last): File "pi_surveillance.py", line 123, in <module> client.files_upload(open(t.path, "rb").read(), path) File "/home/pi/.virtualenvs/cv/lib/python3.5/site-packages/dropbox/base.py", line 2293, in files_upload f, File…
It looks like you're new here. Sign in or register to get started.