-
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…
-
DropBox_APi: General feature questions about DB_API.V2
Hello together. I am planning to use the dropbox business api to create some shared files for a development team, which I am planning to establish. I am already playing with the SDK, which You delivered for the desktop app in C#. Prior to switch to the business version of the dropbox-api/account, I am currently checking…
-
IOS ASWebAuthenticationSession for OAuth
Previously I used a WKWebView browser control to perform the OAUth. This allowed me to trap the redirect URL to obtain the access code. My redirect URL was http://localhost/Auth Now I am using the Native browser interface ASWebAuthenticationSession This requires that you use an APPLICATION specific callback URL scheme for…
-
Sharing files from chooser
Hi All! I need an unusual feature on my site. Users can upload files from Dropbox using the Chooser. After uploading these files should be sometimes compared to their originals in Dropbox and conditionally updated. As I understand, I need shared links to files for that. Is it possible to get shared links from Chooser? Or…
-
IOS build error: No visible @interface for 'DBFILESUserAuthRoutes' declares the selector 'uploadData
DBUserClient * client = [DBClientsManager authorizedClient ]; DBFILESWriteMode *mode = [[DBFILESWriteMode alloc] initWithOverwrite]; [[client.filesRoutes uploadData:objPath mode:mode autorename:@(YES) clientModified:nil mute:@(NO) inputData:fileData] setResponseBlock:^(DBFILESFileMetadata *result, DBFILESUploadError…
-
Boxcryptor Classic on mobile can no longer connect to Dropbox folder
Hello. I would like to report a problem of using Dropbox from the Boxcryptor Classic app. From early February 2018, from mobile devices, the Boxcryptor Classic app is no longer able to connect to the encrypted folder on Dropbox. Reading the forums, it seems that the problem is due to a new version of Dropbox API, which is…
-
Getting group members by a name
Hi, I want to get the members of a specific group of a dropbox team account. Now I want to ask the user to give me the group name, and not the group id, But in order to use '/team/groups/members/list' api I need the group-id. How can I get the group id of a group with a given name, besides fetching all the groups and…
-
How can I pass my user order id in a ' What are you requesting? ' and generate file request folder
I have Dropbox plus account and am running a photo editing website where a logged in user can upload and order a photo and his unique order id is generated along with this order and let's suppose a case where I want my specific user to upload his photos now in my Dropbox account from my website , for which I have already…
-
403 error during authentication
Recently we've started to see 403 errors during sign-in. We start bu callling authorizeFromController:controller:openURL, the user then chooses their account, taps allow, and then before our :application:openURL: is called, a screen comes up saying 403 and to retry. Back up and retry and it works. It happens 100% on the…
-
Problem with GetMetadataAsync
Hi, I'm trying to test for the existence of a folder so as not to repeat myself. My understanding is that you use GetMetadataAsync and treat the folder as not there if you get an exception. (1) I'm getting exceptions at times that I shouldn't - i.e. there IS a folder there - and (2) I'm also having trouble getting further…
-
How to get metadata for files and folders in Dropbox REST API v2
curl -X GET https://api.dropboxapi.com/1/metadata/auto --header "Authorization: Bearer <access token redacted>" The above endpoint will be used for get metadata in dropbox v1 API. How to get metadata for folders in Dropbox REST API v2?
-
Download file with special characters
Hello I have problem while downloading the file using .net dropbox API. The file contains special charaters any suggestion how to download a file with special charaters using Dropbox API. While trying to download its saying "path/not_found/...". Special Charecters like - ( . ) exp : at - (some time . GSK) name.pdf
-
Can Dropbox js sdk write into the local Dropbox directory, on mobile?
Can a web app, use the Dropbox js sdk, to write a file locally into the Dropbox folder on mobile (Android)? I want the file to be synced automatically to the cloud via the native Dropbox application, or via a third party app (e.g. Dropsync). Or is the web app limited to the same origin, i.e. it will not see the Dropbox…
-
Upload images from different devices into one dropbox account folder
Hello everyone, Is there any way to upload images from different devices into one account using dropbox v2 API. I made project in app console and use Android sample from Github, but when I test my app it autentificates on personal dropbox account and upload images there. Can we use the startOAuth2Authentication method for…
-
Getting started - adding users to my app
I have just created a Dropbox app to allow users to save a file from my FileMaker app to a folder (created by the Dropbox app) on their personal Dropbox. It worked great for me (I'm very excited!), now I need to be able to let a few others try it for testing. I am trying to add these users from the App Console, but the…
-
Multi-File support in DBChooser for iOS
Is there a flag for supporting multi file selection in DBChooser for iOS? I have everything working but there's no way to select multiple files. Thanks