-
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…
-
Where is documentation for Obj-C API?
Where is the documentation for the API functions provided by the new Objective-C SDK? I mean for functions in the classes like DropboxClientsManager DBFILESListFolderResult DBFILESListFolderError DBFILESFileMetadata DropboxClient Is the only documentation the header files in the source code for ObjectiveDropboxOfficial?
-
iOS: Detect when DBError is "Invalid Access Token"
I need to determine when a DBError instance returned from listFolder: or downloadData: is because of an Invalid Access Token. So far I can see how to transform the DBError into a DBRequestAuthError using: [error asAuthError] provided [error isAuthError]. And I can see how to check for Invalid Access Token in an instance of…
-
Finding if Metadata is for file or folder
Hi, I am migrating to API v2 and I am using the Java SDK 2.1.1 In v1, there was a way to check if a metadata represented a file or folder. I can't find a method in v2 to get this information. Do you think this could be added? Thank you.
-
DB Chooser failing in iOS9 - app not allowed to query for scheme
I'm using DBChooser in my app. The Dropbox app is installed on the device and updated. I'm using iOS 9.3.5. I have registered schemes dbapi-1, dbapi-2 and dbapip-3 in LSApplicationQueriesSchemes in <app>-Info.plist. I have also registered db-<my_app_key> under URL Types (obviously, with my actual app key). Aside from…
-
Problems building SwiftyDropbox for MacOS with Carthage
When I follow the directions for installing SwiftyDropbox for MacOS with Charthage on the Github README page, I get errors and a failure to build the SwiftyDropbox framework. The AlamoFire framework builds without any problems. I AM able to build the iOS SwiftyDropbox framework. This has happened on the two Macs I have…
-
MediaInfo metadata not showing for PNGs or GIFs etc.
Hi Dropbox, Based on the V2 docs for files/list_folder, it appears that passing "include_media_info": true should enable the MediaInfo photo metadata for image files. However in my tests so far I've only been able to see this metadata exposed in the API JSON response for JPEG files, not for PNGs or other image formats.…
-
api-content.dropbox.com DNS status
Hi, Since yesterday we have some trouble with the DNS of api-content.dropbox.com. It seems to come and go, I don't know if it is related to the depreciation of the API v1. At the moment I cannot ping api-content.dropbox.com at all. Thanks for your help.