-
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
-
Download files from Dropbox (swift & SDK 1.3.13)
Hello, I noticed that DBRestClient is asynchronous, it means that When I download file from Dropbox, I cannot read it immediately. I put in place a While (to wait upload completed) but I have not success, could you please help? Thanks Sébastien My VIEW code: class ViewController: UIViewController, DBRestClientDelegate {…
-
Downloading files from a specific dropbox account and uploading it to aws s3 bucket
Hello all,I want to download files from a dropbox account and upload it to my s3 bucket. Any idea how do I proceed ?
-
How to show progressbar and Cancel file downloading to dropbox server in Saver
I have implemented Dropbox Saver API for uploading file to dropbox server after user logged in. Things are working good but I have some queries listed below. 1) I need to show progress bar how much file's part has been downloaded to dropbox server. How can I show it ? 2) I need Cancel functionality i.e if user want to…
-
How to list file and folders of various dropbox user account in ios app.
Can authenticaton be done by username and password
-
Dropbox Core API With Python 3.3.5
IS the Core Api compatible with Python 3.3.5? When I try to run the sample code in the tutorial I get hung up on authorize_url = flow.start() From Dropbox/client.py: target_path = urllib.quote(target) Seems like this is not the correct syntax for urllib anymore? Error:'module' object has no attribute 'quote' Should I just…
-
Support for python 3
Hello, I would like to know if there are any plan to support python 3. Thanks