Explore Dropbox Developer & API discussions with developers like you.
I had integrated drop box in php and its file uploaded successfully, But there is issue of access token which available for short time. How to generate refresh token for it and integrate in php.
I was trying to upload my files to dropbox using api, but the thing is my token expires after few minutes. Is there any way that while uploading, it checks whether the token is expired or not, and them automatically generates fresh token, because updating the token manually is a mess if you know, as my product is going to…
I'm not able to submit after making the changes in permission, to test API, as submit seems to be greyed out.
Hey all! Thanks in advanced. I am trying to write a powershell script to get an offline refresh token so I can do unattended uploads. The problem is that I have to authenticate for an authorization code manually each time it is ran. How do I make it unattended? Here is the code: $client_id = "CLIENTID"$client_secret =…
When loading the embedder any directory clicked will first show an image of a trash can displaying "This folder is empty" for the first 1-2 seconds before loading the available content. Can the length of load time be extended before triggering the "This folder is empty message"?…
I have created a personal application in apps console is in development status, I need to share with 2 users the contents of the folder of the application, but it does not give me the option to share, however, the folder that is one level up if you give me the option, but when I give it to share privately does not show me…
I have a .net app that needs to get all of the shared links for a particular file. The only way I can see to do this is to: * Get a DropboxTeamClient with "team_info.read", "team_data.member", "groups.read" scopes * Get the proper group id through TeamTeamRoutes.GroupsListAsync * Get all of the members of the…
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…
It looks like you're new here. Sign in or register to get started.