Get help with the Dropbox API from fellow developers and experts.
If we delete parent folder which holds multiple files inside in it , then events API with file_operation category only return single event for folder deletion with file count. {"timestamp":"2023-12-22T03:05:03Z","event_category":"file_operations","event_type":{".tag":"file_delete","description":"Deleted files and/or…
We have a "Full Dropbox" app installed on a team account. We're setting DROPBOX_MANAGE_APP_KEY and DROPBOX_MANAGE_APP_SECRET. I've also tried with DROPBOX_PERSONAL_APP_KEY and DROPBOX_PERSONAL_APP_SECRET, and DROPBOX_TEAM_APP_KEY and DROPBOX_TEAM_APP_SECRET. For some reason, dbxcli is using my personal home as the root…
I have 40 files and folder in root folder, but I am getting only 25 from them. I am using my app in 3 - 4 devices. Is any limitation from dropbox to access the all files and folder.
A lot users of one of my website behind Nginx which serves some Dropbox files that I'm sharing, starting from around 2/3 months ago, tell me that file downloads (usually file from 50MB to 2GB) are interrupted. They told me the downloads stop but every user refers stop at different size. I noticed in the last period of time…
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…
It looks like you're new here. Sign in or register to get started.