-
Dropbox Core API on Android and startActivityForResult
I am trying to switch from SyncSDK to Core API. Everything going smoothly apart from your sample about picking up authentication result on onResume method of the activity. Shouldn't Core API Android helper follow Android design pattern and deliver result to activity after calling startActivityForResult? SyncSDK does this.…
-
Sync API framework not connecting to Dropbox server?
Hi, I’m using the Dropbox Sync API framework in my Mac app and I have had one user report problems enabling the Dropbox sync in my app. The framework never connects to the Dropbox sync, but keeps on trying with this log: 23/03/2015 23:10:17.952 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method…
-
upload files to Dropbox from iOS app with Swift
Hello! I am working on a Swift app that will upload a text file to dropbox. I followed this tutorial (https://blogs.dropbox.com/developers/2014/09/swift-apps-with-dropbox/) and managed to link the app with the dropbox account. However, I am not sure how to integrate the DBRestClientDelegate with my Swift code in order to…
-
LInking salesforce objects with dropbox
i am using dropbox app in my salesforce. Can i save the modified date of recently added file in Dropbox within a salesforce object?
-
no result by using SDK 1.3.13 and swift
Hi, I completed some tests with success by writing code in a view controller but when I moved my code in a class (to be used in background) I have no result and no error. Could you please help ? any suggestion ? Many thanks Sébastien My previous code: class ViewController: UIViewController, DBRestClientDelegate,…
-
Sync Api createFile not allowed!
When I want to write dataFile with method - (DBFile *)createFile:(DBPath *)path error:(DBError **)error;, always warning that "app is not allowed to create file:xx". Does anyone knows?
-
Chooser "Unable to Communicate With Parent Window" When Website Run as iOS Desktop Shortcut
I have a website I am developing which includes dropbox "chooser" functionality. Everything was working great in all of my testing so far, but when I created a shortcut to the website on the iOS desktop, dropbox chooser broke. The behavior I'm seeing now is when I click the button which invokes chooser, I immediately see…
-
SwiftyDropbox assertion error
Hello, I've been trying the preview of SwiftyDropbox, and while it has been working very well previously, I'm now getting a runtime error in the deserialize() method of the ListFolderFooterSerializer class: "assertion failed: Type error deserializing: file /Files.swift, line 352 (lldb)" In my latest attempt to recreate the…
-
Make the application for everyone after review?
I just got my application approuved for production, in the email, they told me to use a 'key' ? what is this key? The application works with : dropbox_consumer_key and dropbox_consumer_secret, but now that I got approuved, if I try to access to the application with another browser (or logged out from my dropbox) I get a…
-
WooCommerce & Dropbox Plugin Capability
We would like to have the capability to easily choose a dropbox file to be used as a downloadable product for woocommerce. Before I upload the plugin, I wanted to make sure our dropbox could handle the traffic. Are you able to assist me with this concern? Thanks so much. Joanie
-
SSLPeerUnverifiedException from DropboxAPI in Android
I haven't tried all possible calls, but for both the metadata() and search() methods of the DropboxAPI class in Android, I am being hit with an SSLPeerUnverifiedException using both a Samsung Galaxy Tab Pro and an HTC One M8 device. Both are on relatively recent Android builds.…
-
SSLPeerUnverifiedException with Android SDk
My app uses the Dropbox Android Core SDK. One user has sent in some log data showing that our app is unable to connect to Dropbox. (Apologies for the slightly Proguard-obfuscated stacktrace): E/YNAB (31699): com.dropbox.client2.a.g: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate E/YNAB (31699): at…
-
Saver button http_referrer and user-agent
Hi, I'd like to save images from my app into a Dropbox using the Saver button. The problem is that the images are protected in AWS S3 based on HTTP referrer and/or User Agent. Therefore, when I add the Saver button I get a 403 from the Dropbox callback. Is there a http_referrer or User Agent that I can use to allow Dropbox…
-
How do I restrict document types using the iOS 8 Document Picker?
I'm using the iOS 8 Document Picker in my iOS app. UIDocumentMenuViewController I pass in an array of supported filetypes via the initializer: -[UIDocumentMenuViewController initWithDocumentTypes:inMode:] All the other document pickers filter out unspecified document types and only show the ones specified by the Document…
-
Client Creation/Login - Web Browser Page/Tab Auto Close
Hi, is it possible to the page close automatically after the user create/log into his/her account? For this step a new page/tab is open in the web browser, but it does not close automatically. I also have not found a way (using Python, JS, HTML...) to do so. All I did was put a message asking for the user to close the…
-
Connection timed out - connect(2) for "api.dropbox.com" port 443
Dear gentlemen: I got some troubles in using the Core API in Ruby. All codes are written according to this document: https://www.dropbox.com/developers/core/start/ruby as below: def new_from_dropbox @uploads = Upload.order('created_at DESC') @upload = Upload.new # Install this the SDK with "gem install dropbox-sdk" require…
-
Magento integration with dropbox
My shopping cart website is craskart.com and it is in magento platform. i have product images in dropbox, so how can i integrate with it ?
-
Production App key request.
Is there defined ETA for app key to use Dropbox APIs.
-
Download a file from the Dropbox account into an output stream.
Hello I download a file from Dropbox using the following code from the Dropbox API: public final OutputStream downloadDropBoxFileAtOutputStream(final String dropBoxFilePath, String localFilePath) { OutputStream outputStream = null; try { outputStream = new FileOutputStream(localFilePath); } catch (FileNotFoundException e)…
-
sharing folders using api
About a month ago I implemented sharing files via Dropbox in my app. Now I am trying to enable sharing a pair of files via Dropbox (a file and an image). I mention this only because I can currently share a file and then have the app upload the file from the link automatically and it's working great. When trying to upload…
-
Dropbox Certificate Chain for Certificate Pinning - single or multiple chains?
Hi! I'm developing a mobile Dropbox Client using the Core API and I am adding Certificate Pinning functionality to my HTTP Client. I'm checking the entire certificate chain, and so far I went to the endpoints (api.dropbox.com and api-content.dropbox.com) via HTTPS and downloaded the entire chain for both, which resulted in…
-
Dropbox and SharePoint 2013 document library sync
Hello Everyone, I want to integrate Dropbox and SharePoint 2013 document library. So that, all the contents of Dropbox and SharePoint 2013 document library will be in sync bi-directional. Thanks & Regards, Bhanu