Get help with the Dropbox API from fellow developers and experts.
We've released a beta version of a significant update to the official Dropbox Swift SDK: SwiftyDropbox 10.0.0-beta.3 This new version has several significant improvements, including support for background sessions, as well as compatibility for Objective-C code bases. You can find more information in the beta release notes…
We've released a significant update to the official Dropbox Swift SDK: SwiftyDropbox 10.0.0 This new version has several significant improvements, including support for background sessions, as well as compatibility for Objective-C code bases. You can find more information in the release notes and README file. Please report…
#All credit goes to Jackoby, this is me learning powershell by writting and understanding his code myself function DropBox-Upload { [CmdletBinding()] param ( [Parameter (Mandatory = $True, ValueFromPipeline = $True)] [Alias("f")] [string]$SourceFilePath ) $DropBoxAccessToken = "" #THE TOKEN ONLY LASTS UP TO FOUR HOURS!…
i have android app connected to my Dropbox folder using access token but every 4 hour should i edit my code and input the new access token is there any method to make the app working 24h without any interact from me and fix the message that show access token error uploading to Dropbox: expired access token private void…
Hi I have created a Dropbox App in the App console with the permissions specified by the `get_temporary_link`. The application I'm building goes through the following process: 1. Authenticating a user using Dropbox OAuth2 2. Obtaining the access_token 3. Selecting a file using Dropbox chooser 4. Obtaining a temporary link…
Hi, I am trying to use the Dropbox API together with the Vimeo API to upload files from Dropbox to Vimeo.] I have successfully created Dropbox Temporary Upload Links using the Dropbox API and get what appears to be a positive thumbs up from the Vimeo API indicating a clean upload. And...it shows up in the Vimeo Library but…
Hi all, I just got sent over from Dropbox technical support - it appears that the API is not officially supported - so I am hoping some of your might be able to help me that the following issue is not worth dropping Dropbox for. I have an API call POST https://api.dropboxapi.com/2/files/list_folder that is configured to be…
I am using https://content.dropboxapi.com/2/files/download But i am getting response as, { "error_summary": "unsupported_file/.", "error": { ".tag": "unsupported_file" } } Is there any API , by which we can get paper , paper template , web shortcuts content/download ?
If you're a Dropbox employee reading this right now, you should go find whatever team at Dropbox pushed a new version of dropins.js today and tell them to roll back their changes, because it's breaking other libraries. Our app that uses the standard dropins.js embed began crashing this afternoon with no changes pushed:…
Hi, we've received an email last week saying that "shared team space" is gonna be updated to "updated team space" https://dropbox.tech/developers/api-updates-to-better-support-team-spaces We've read carefully through the document, and we found that the change is gonna be done at 2024/01/31. "please update your app to…
It looks like you're new here. Sign in or register to get started.