Get help with the Dropbox API from fellow developers and experts.
Hello! Could anyone tell me what the character limit for the following data fields are? File ID Version ID
How to list all the files shared with me? Today, I found a video file from Dropbox "Recent" that I don't recognize, it says it's viewed 2 hours ago, but I'm sure I didn't know this file until now. I only have the option to either "view/watch/play the video" or "copy to dropbox". After searching around I guess this is a…
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 ?
It looks like you're new here. Sign in or register to get started.