-
com.dropbox.core.DbxException$NetworkIO: java.net.SocketException: Unconnected sockets not implement
I am trying to create a sample application which will open the dropbox, authenticate and upload the document from drop box to my application. I am executing the sample code provided for Core API - Java and getting the following expection after authorizing - com.dropbox.core.DbxException$NetworkIO: java.net.SocketException:…
-
How to upload to root with sample code
For the "advanced upload case for "batch" uploading a large number of files" how do you specify root? For this line: DBFILESCommitInfo *commitInfo = [[DBFILESCommitInfo alloc] initWithPath:@"/output/path/in/Dropbox"]; initWithPath - I have tried @/, @"" and other combinations. They all fail with malformed path or other…
-
Background Session for NSURLSession in iOS
I am after a little advice on background/foreground session usage. The documentation states that by default, background sessions are used for uploads and download. As I understand it, this means that the transfer can complete even if the app is no longer running. You can optionally use foreground sessions instead, but then…
-
HTTP status Net::HTTPNotAcceptable
The api/1 started to throw `Net::HTTPNotAcceptable` exception since 1am (PDT) last night. It is affecting the url calls, such as `https://api.dropbox.com/1/fileops/move`. Please advice.
-
client_modified for FolderMetaData in v2
We rely on having an accurate folder client mtime in ExpanDrive - the V1 API still returns it and that's what we're still using for folder listing. Would it be possible for the V2 API to add in this field before V1 is turned off?
-
API statistics v1 vs v2
Is there a way to see how many apiv1 access is still done for an app? Currently api statistics just shows number of API calls, but not if v1 or v2 was used. Such view would help to see if API v1 decommissioning is processing as expected ...
-
Upgrade api v1 to v2 (objective-c)
I import ObjectiveDropboxOfficial sdk in my project. But I have a problem with logining without installed Dropbox app on device, and also on the simulator (iOS 9 and 10). After calling DBClientsManager authorizeFromController.... I have empty white screen and input in log DBSDKReachability Flag Status: -R -------…
-
Getting Share Link Before Upload Completes
Hi, Is it possible to add a file to dropbox and get the share link *before* the upload completes? We're adding video files, which may take several minutes to upload, so having the user wait is a bit painful. This seems to work fine on the desktop - if I drag a large file into a Dropbox folder, I can immediately get the…
-
Get root folder name in iOS
Can I to get name of the root folder programmatically? My app has access only to app folder, not to all dropbox account. I need it because I use projects with several targets, in each I use different dropbox apps. Objective-C 'ObjectiveDropboxOfficial', '3.0.18' Thanks.
-
How to know that file is uploading or not with core api v2?
Hello there, I'm new in dropbox but I have pretty much experience with apis. I want to know that is there any way to know that a file is still uploading or not with core api v2? My situation is: I want to upload folders/files from desktop client and want to check that a file "anyfile.txt" is still uploading or not? Thanks…
-
Download works on iPhone but not on iPad
Got weird behaviour when downloading file. Everything works as expected on iPhone but when building for iPad download "hangs". As I do not really get a response I cannot give the error message. [[client.filesRoutes downloadData:fromPathStr] response:^(DBFILESFileMetadata *result, DBFILESDownloadError *routeError,…
-
How to link V2 API for macOS App Store?
My macOS App runs fine while debugging, with the framefwork embedded. But when I archive it for the App Store the resultand binary crashes with this error, how do I resolve this? Thanks. Dyld Error Message: Library not loaded: @rpath/ObjectiveDropboxOfficial.framework/Versions/A/ObjectiveDropboxOfficial Referenced from:…
-
Migrating from API v1
I have the latest version of dropbox v2 sdk. (3.1.0) I want to do token authentication from v1 to v2. However, the following functions do not exist. + (BOOL)checkAndPerformV1TokenMigration: (nonnull DBTokenMigrationResponseBlock)responseBlock queue:(nullable NSOperationQueue *)queue appKey:(nonnull NSString *)appKey…
-
HTTP API "Your app is not currently allowed to use API v2"
Hi, good afternoon. I have an app that used to run fine on the v1 API using http requests. I got the authorization code with the API call "https://api.dropboxapi.com/oauth2/token", but when i tried to get the account information i got the follow error: "Error in call to API function "users/get_current_account": Your app is…
-
Track Send and Read (or Open) In Dropbox
I have a FileMaker database that tracks information for notifications (warning and fines) that are exported into (.pdfs) and then manually uploaded to Dropbox. I recently found an example of someone who used drag-and-drop into a container field and then uploads the file to Dropbox using FileMaker Pro 16 and json. I want to…
-
Python files_list_folder.sharing_info shows None
Until two weeks ago, running the below code would return a hash for sharing_info of each entry. But now it's returning none. Can anyone tell me whats going on? Using python documention found here: http://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#module-dropbox.files files_list_folder(path, recursive=False,…
-
Shared image thumbnail
Hi, I have some shared image with a public shared link. Is there a way to add paremeters to the link in order to get the image thumbnail and not the full file. I realy don't want to download the full image in the browser as it can be heavy. If not possible, do you think it will be added in a near future? or do you think of…
-
Webhook to get the latest changes for each user in the notification
I recived the body of notification as example listed below. { list_folder: { accounts: ['dbid:AABRfEVfzNwPNP0tffaaZFQy...'] }, delta: { users: [1037..] } } However, I did not know how to access user changed file by /files/list_folder/continue or /files/list_folder.
-
How to ensure no use of API v1?
I am working on updating a macOS app to migrate from API v1 to API v2, ahead of the upcoming deadline. I'd like to ensure that the app does not, in any way, still contact v1 endpoints (that is, any endpoints that are going to be shut down soon). Is there an easy way to do this? I was hoping that the Dropbox App Console…
-
Mac app support for linking to a different Dropbox account
On iOS, when linking an app to Dropbox, you have the choice to use a different user account. This lets the authentication be done per-app. On the Mac, I don't see this as an option and it seems like all apps must be authenticated against the same Dropbox account. Is choosing the account to link to supported on the Mac?…
-
How to add 1Password to the authentication view using SwiftyDropbox?
Hi :) I’m using Dropbox.authorizeFromController(self) in my app to allow users to authorize their Dropbox account. What I want to do is, add a 1Password button to the web view that is displayed if the user doesn’t have the Dropbox app installed. This developer managed to do it but I’m not sure how he did it. Is there a way…
-
Error handling with /2/members/get_info and /2/team/groups/members/list
Hi, Two distinct problems, but since they are similar, I figured I'd group them in the same post here. /2/members/get_info If I supply a member id that doesn't exist this way: { "members": [ { ".tag": "team_member_id", "team_member_id": "dbmid:someUserId" } ] } I get a 200, with ".tag": "id_not_found". Shouldn't it be a…
-
Dropbox API v2 session linked ?
How do I migrate this to the v2 Core API? DropBoxUtils.mDBApi.getSession().isLinked() I previously had been using dropbox-android-sdk-1.6.3 but I don't see anything that allows me to check this status in the core api v2 for Dropbox.
-
Can i add proxy to the dopbox api?
I had to use java dropbox api for my app, but my school require proxy to use the internet. so how i can add proxy to my app? if i can, can you please give me the example. thank for the support!
-
Add a Chooser to application for users authorized account.
I'm wondering if it would be possible to add a Chooser for an account the user has allowed acces to with OAuth2. After a user grants permission to access their account I would like to allow them to select a file from their account. Currenlty, I can enter a file name which exists in the account and use the API to…
-
500 internal Server Error https://api.dropboxapi.com/2/files/list_folder/continue
I've using the following endpoint to retrieve files and folders: https://api.dropboxapi.com/2/files/list_folder this returns 2000 entries and then get hasmore = true and the cursor. I then user this for the following endpoint : https://api.dropboxapi.com/2/files/list_folder/continue Everytime it returns internal server…
-
System.Configuration.ConfigurationErrorsException was caught during uploading file to dropbox using
This Code is working fine with console application, but I am getting error with windows service saying Configuration system failed to initialize(System.Configuration.ConfigurationErrorsException was caught) private static async Task Backup() { using (var dbx = new DropboxClient("<REDACTED>")) { string folder =…
-
Check if client app is deleted
I m in a situation where need to find a way to check if user has deleted the app from dropbox>account settings>scruity Is there some way to get it so that i can force user to authorise agian? Please suggest
-
Accented characters in file name
I m using Dropbox V2 API and when try to upload a file with name 'tête-à-tête' getting following error Error in call to API function "files/upload_session/finish": HTTP header "Dropbox-API-Arg": could not decode input as JSON Also if my folder name is 'tête-à-tête' then uploading any file inside it also goes to folder…
-
How i can find out i use api 2?
I am not sure i migrade my app completely to api v2. I Think i have. But today i get a email with the information i have to migrade to api v2. So where i can make a find it out? Is there somewere a app v2 ready check? Thanks for support.