-
Import all Audio files from dropbox
Hi, I want to import all audio files from all dropbox flders and files in one api call. is it possible? Thank you.
-
Issues with API Limits
We are an IT company and setup Dropbox for a client as an alternative to Google Drive as they were having syncing issues. We have been recommending Dropbox to all our clients up to this point. We installed a Synology NAS and started it syncing with their Dropbox using Synology Cloud Sync. There was about 100gb of data.…
-
Using the Javascript Chooser API in a Web Extension
I am developing a feature for my note taking Firefox Web Extension to import text from a text file from the User's Dropbox using the Javascript Chooser API After invoking the Dropbox.choose(options) with a button, the resulting window fails to load properly, displaying the message indicated in the attached image below…
-
clearStoredAccessTokens
Hello, I'm still new to Swift so this may be a dumb question, but here goes... I want to invoke the clearStoredAccessTokens() function of the DropboxOAuthManager class. I coded this... DropboxOAuthManager.clearStoredAccessTokens() ... and the compiler is giving me this... Instance member 'clearStoredAccessTokens' cannot be…
-
Swift 5.0.1 build error
I came back to my app to make a change after a few months. Before I could open Xcode, I had to upgrade to release 10.2.1, and I had to update MacOS to 10.14.5. During that time, I also upgraded my iPhone to iOS 12.2. Since the upgrade, I can't build my project. I'm getting the following error: Module compiled with Swift…
-
Checking the Percent of File being uploaded via /save_url/
Hi , I am uploading a file via /save_url/ . I used /save_url/check_job_status to check the progress , It only shows "in_progress" . No info about percent of file uploaded . Any way to know the percentage of file being uploaded ?
-
Cannot upload Image file with Dropbox API in C# - uploading corrupt image instead
Hello. I am trying to upload an image file into my dropbox account with the dropbox api. The image is being uploaded using this code, but it's a corrupt image. Here is my code: public async Task UploadToDropbox() { using (var dbx = new DropboxClient(dbToken)) { string srcFilePath = @~\useruploads\; string srcFileName =…
-
Show upload progress to progressbar
Hello, how can i show the upload status to a progressbar in visual basic with dropbox api?
-
No access -App folder deleted (Pending)
I have added an App access request using the link from the app and accepted it. I gave the access code to the app. In my account I see the "connected" app, but it says "No access - App folder deleted (Pending)" As I understand I have to have the /Apps/{AppFolderName} AND I DO HAVE IT. How do I fix this problem ? Thanks
-
Download failed when I use method save_url
Hi! I want to upload file to my dropbox with URL. I use swift and method: client.files.saveUrl(path: pathDropbox, url: "https://www.google.com/imgres?imgurl=ht..... ").response.... I get response with asyncJobId, after it I call method: client.files.saveUrlCheckJobStatus(asyncJobId: jobId).response...... But always get…
-
dropbox paper api
hi, i am tring to implemet the paper api into my site, cloudsfer.com is dealing with data migration. i have a few questions. 1. when using docs/list request i am getting only docs Id's (somw of the id's are folders and some are paper doc - and no other info on them like name creation date modify date ,Revision) 2. when…
-
File upload
Hello everyone, according to HTTP API Documentation (https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-add), I made this HTTP post from my esp8266 as in the first picture. The response I got was the following html code. This indicates ERROR 404. Can anyone point out the mistake…
-
API webhook not being called
I have a Dropbox app setup to call a webhook URL to issue update notifications. This was all working until a few days ago but has now stopped working. As far as I can tell everything is setup correctly: * The app is registered with my account using OAuth; * I can access files in the app folder for my account over the API…
-
ID of deleted folders
Is there a way to retrieve the IDs of deleted folders? We are trying to use download_zip on some deleted folders and it cannot find deleted folders by path. Are there any alternatives to downloading deleted folders without restoring them?
-
Too many write operations when moving a file
We are renaming many files using the "2/files/move_v2" API, and we perform the operation on many files for a single user parallely. We get many "too_many_write_operations" error. I know about the "lock contention" but not sure why it should affect this because this is just a rename. Questions: * Why are we getting this…
-
Issues with iOS app lately
Hi guys, We have had drobpox import into our app for years, but in the last few days I have gotten numerous reports of users being: 1) Unable to load images via Dropbox in the app or 2) NEWLY created folders are not showing up in the chooser in our app but they are showing up on the dropbox app on the same device. We…
-
OAuth2 Flow in Chrome App fails
Hi, I'm working on a ChromeOS App that integrates with Dropbox. I can't get the OAuth2 token flow to work using chrome.identity.launchWebAuthFlow. Rolling my own version of that API to do the token flow works. The most suspicious thing I see in the browser logs is that there is a GET to /oauth2/authorize that gets aborted.…
-
Warning 'You're about to link an app that will consume your team's available upload API quota'
A customer is connecting to our app and they get this warning. 'You're about to link an app that will consume your team's available upload API quota. For more information, please visit our Help Center.' Image link here - https://imgur.com/a/PnYBT What is this? We didn't write this, and we don't see it when we connect to…
-
-canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed
I am getting the errors below after the following swift code: DropboxClientsManager.authorizeFromController(UIApplication.shared, controller: self, openURL: { (url: URL) -> Void in UIApplication.shared.openURL(url) }) 2019-05-08 20:11:56.664761-0500 DropBoxExample2[313:14412] -canOpenURL: failed for URL:…
-
unable to list files in shared folder
Hi, I'm trying to access all files in a shared folder using the dropbox api "https://api.dropboxapi.com/2/files/list_folder". When doing this I only get the folder. None of the contained files, even though i explicitly enable recursive folder traversal.. Am I doing something wrong or is it impossible to actually list files…
-
API endpoint for list of folder names and paths?
Is there an endpoint that will return a list of folder names and paths? Use-case: presenting my users with a dropdown containing various folders they may send a file to.
-
Length of Dropbox account ID
What is the length of Dropbox account ID. Is the lenght fixed or it may change?
-
"Sign In" button disabled in android webview
Hello. Our device doesn't have a browser. so I used android webview for OAuth login. Previously I could sign in to Dropbox. But I can't sign in to Dropbox today. Because the "Sign In" button disabled like the picture below. Do you have any ideas? Are there any changes about OAuth? I could see the log like this. I/chromium:…
-
Error in call to API function "sharing/list_folders"
Hi, below is my code to get a list of folders, but when I run this code it throws an error. Please see this error. Error in call to API function "sharing/list_folders": request body: could not decode input as JSON Please help. // My Code $ch = curl_init(); curl_setopt($ch,…
-
can't upload files with curl
I am trying to upload files with curl. Based on community advice I think this should be correct: curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer MyOauthApiKey" \ --header "Dropbox-API-Arg: {\"path\": \"/directory/myfile\"}" \ --header "Content-Type: application/octet-stream" \…
-
2/team/members/list/continue API returning 500 without error information
This seems to be happening for a specific batch of members. How can I not get such an error and get all the members easily ? "x-dropbox-request-id": [ "8e3c9c3b8b523f80e63b2164ff147732" ]
-
OAuth "trust this developer?" warning
Hi - I am wondering if there is any way / what has to happen to remove the "are you sure you trust this developer?" warning that pops up when you try to connect my app to Dropbox. Seeing as the app is only asking for permission to edit its own folder within Dropbox, I don't think it is that much of a security risk.
-
can't use javascript SDK with Chooser
Following "Dropbox JavaScript SDK vs Dropbox saver JavaScript" I can tell that Greg's solution there is not robust. The order of the script tags makes a difference, and some functions inside these libs don't work no matter what the order is, for example: Uncaught TypeError: Dropbox.isBrowserSupported is not a function Why…
-
api status endpoint
I am creating an app that uses a lib (rclone) to sync files from the dropbox api. But I eould like to test if the api is available (mostly this will be affected by wether an internet connection is present) before I start up rclone and direct the user to that interface. Is there some url I could direct a request to in order…
-
Problem using published business api endpoint
When trying to create a shared folder with the API, I get the following message: Your API app is not allowed to call this function. The endpoint: https://api.dropboxapi.com/2/team/team_folder/create Full command: curl -X POST https://api.dropboxapi.com/2/team/team_folder/create \ --header "Authorization: Bearer <my access…