-
Batch deletion?
Hello all, looking through the current Core API docs, I find no way to batch-delete a set of files, other than to delete a whole folder. This is causing performance issues with the application I'm working on. I started with Google Drive support, and they have a generic mechanism for batching API requests (putting requests…
-
API requests performance issues.
The issue we dealing with is when moving or copying files in DropBox server to another folder in DropBox server. The API requires to send request for each file separately. That takes way too long. Maybe You provide some kind of batch request so I could move more than one files per request? I also know the ability to move…
-
Overwrite the same name document and NOT call it efile(2).xls.I have IFTTT set to autoupload att ...
achments to dropbox. Can I have dropbox overwrite same name documents?
-
Is there anyway to revalidate an invalid token instead of reauthenticate the user?
-
api.dropboxapi.com failed to connect connection timed out
I can't access api.dropboxapi.com from my godaddy VPS..but I tested the same code on another godaddy VPS and its working...by the way..api.dropboxapi.com is the only one failing ...content.dropboxapi.com works great..
-
API v2 java throwing BadResponseException: Bad JSON for uploadSessionFinishBatchCheck
I'm using the UploadSession feature of the java SDK to upload multiple files at once, and at the end of the process when I call files().uploadSessionFinishBatchCheck, I'm getting an exception: com.dropbox.core.BadResponseException: Bad JSON: expected field 'success', but was: 'name' Full Stack Trace:…
-
dropboxjs longpoll : error 400 : You must issue the request to "notify.dropboxapi.com"
Hi, When I'm calling the filesListFolderLongpoll() method I get the following error: status: 400, text: 'Incorrect host for API function "files/list_folder/longpoll". You must issue the request to "notify.dropboxapi.com".' I'm getting a cursor with filesListFolderGetLatestCursor() and then I give the cursor I just…
-
Log in loop when pressing back button
Hi everyone, I'm developing an android app which uses DB api V2. Each time i select the option for login it accesses my dbbox through my credentials I can upload a file. But when i want to come back to the activity that called the one for authentication in fact it reloads the just called activity. I think it's an issue…
-
Forum planned maintenance from Thursday (Oct, 6) to Wednesday (Oct, 12)
Hi all We're running a planned maintenance on our forum from Thursday (Oct, 6) to Wednesday (Oct, 12). During this time, the forum posts will be visible but on read-only mode. You can avail of our http://dropbox.com/help for knowledge base articles and contact support onhttp://dropbox.com/support. We apologize for…
-
getting api without nuget
Is there a download without using the POS nugget?
-
Get notified if webhook is disabled
Currently in development mode (not sure if it's the same in production mode and I can't find any documentation to verify this), I won't know if a webhook is automatically disabled by Dropbox. Would be VERY helpful if at least I get an email so that I can find out what happened and re-enable it.
-
Need Alamofire 4.0.0 for swift 3.0
Want to use swiftyDropbox with Swift 3.0 / IOS 10.0 Followed the install instructions, but it downloads the wrong version of Alamofire I suspect. I think I need 4.0.0 which I can add to a swift 3.0 independently, compile and run. Version 3.3.X that the loads when you do the podfile for SwifyDropbox install won't even…
-
Can't not upload file name in UTF8
https://content.dropboxapi.com/2/files/upload_session/finish When i upload a nomal file (ascii character), it success. But when i upload a file with name such as 割 (in utf8) The response is 400 bad request. I think the header in httprequest of dropbox api server is accept only ASCII encoding. Can you fix it? Thankyou.
-
DropBox swift API unsupported tag error
Using the new SwiftyDropbox V2 API. Working well. But noted an error when I don't think it should be one on the download. [request-id b192ba37c902b513d81c8fe4c67551d8] API route error - { ".tag" = "unsupported_extension"; } A minor point, it continues anyway... the extension it doesn't like "rtf", which I admit I added to…
-
Automatically re-enable webhooks if auto-disabled.
It seems inconsistent to automatically disable webhooks if the endpoint is temporarily down but not re-enable the webhook when the endpoint comes back up. Currently, any temporary error with DNS or downtime of the webhook endpoint results in all apps' webhooks that point to that endpoint being disabled and having to be…
-
How to dynamically display images from drop box
i have images in my dropbox. I would like to display images dynamically. I mean. i pull the file name from my database(same file name with .jpeg in dropbox). according to the file name i would like to display the image. Please help me. I am using php.
-
Activities performed by non-team member
Hey, With the API, https://api.dropbox.com/1/team/log/get_events I am getting events for all the activities performed by the non-team members. But I don't see any way to get file meta data for that files. In this, it is difficult to check with which team member the file is shared with. Since, "member_id" is 'null'. The…
-
API v2 for Objective-C?
Following your announcement about deprecating v1, do you support Objective-C for v2?
-
Support for OS X/macOS in v2 SDK
With your current offerings, once v1 is deprecated there will be nothing for folks wanting to incorporate Dropbox support into their OS X/macOS apps. Are you planning on rectifying that situation?
-
API V2 SwiftyDropbox on OSX
What is the procedure to use the Swift API V2 on OSX. I used the same process for the IOS project ... but I get errors: Target 'Pods' of project 'Pods' was rejected as an implicit dependency for 'Pods.framework' because it doesn't contain platform 'macosx' in its SUPPORTED_PLATFORMS 'iphonesimulator, iphoneos'
-
How to pass the "request code" when doing authentication
This is for Android: I am moving from Sync API to Core API. Once you do authentication, onResume is called. However, there is no request code to be passed so I can check it in the onResume. How would I know that the onResume is called due to "authentication flow" or due to simply the user is reopening the activity? I don't…
-
No able to see files in dropbox and getting this error.
Error loading metadata: Error Domain=dropbox.com Code=400 "(null)" UserInfo={path=/AppName, error_description=No auth function available for given request, error=invalid_request} [self.restClient loadMetadata:@/AppName]; I have write AppName after /.. Why this error is coming .. how can I access my files in dropbox.
-
Need Just the Swift 3 Framework
I understand that I am being forced to rewrite my applications to use the new API v2. However, it appears that I have to use yet another SET of third party tools just to do this. (Cocoa pods, Carthage, Alamofire, Homebrew, yada). I just want to import a framework into Xcode. Is Dropbox telling me that is impossible? I will…
-
Creating a folder that already exists (iOS)
I went through this already for Android, and I learned that to create a folder that might already exists I only need to check the exception as follows: catch (CreateFolderErrorException err) { if( ! (err.errorValue.isPath() && err.errorValue.getPathValue().isConflict()) ) { /* a real error, to be handled */ } else {/*this…
-
Swift: Save file to Dropbox
Hello ladies and gentleman, i want to develop a small app for my friend. With the app my friend want to generate a CSV-File and later he want provide for others. My idea was it to upload it to a dropbox-account. Is it possible to save files to dropbox without to create an App in dropbox? I just want to link the file to the…
-
SwiftyDropbox and IPV6 compatibility
Team - I have an app using SwiftyDropbox rejected from App Store due to IPV6 incompatibility. Do you know if this may result from SwiftyDropbox? In other words, is SwiftyDropbox IPV6 compatible in general? This was with the iOS 9 / Xcode 7 Version. I am now using Swift 3 and have updated to your latest libraries using 'pod…
-
DeletedMetadata for file or folder?
Is there a way to check if a DeletedMetadata was for a file or folder in Java?
-
SSL certificate problem for webhook callback
I get following error while trying to add the URI for webhook: Error: SSL certificate problem: unable to get local issuer certificate I can open the URL from browser and it works. What am I missing here?
-
SwiftyDropbox "Missing file" Errors in Xcode 8
I just installed Xcode 8 and upgraded the SwiftyDropbox CocoaPod to version 3.2.0. I'm getting a few mysterious "Missing file" errors: The first states that Auth.swift is missing from working copy, but when I browse the path it references, I see the file there: I've tried removing and reinstalling the SwiftyDropbox…
-
Threads, tasks, and the Objective-C SDK
Having completed an Android version of my app, I was hoping that the Objective-C version for iOS would be similar. But looking at the DBRoulette example, there seems to be a big difference regarding threading. Is it correct that all the code shown in the four .m source files runs in the UI thread? This may be fine for…