-
Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP ...
request: error:14094410:SSL routines:SSL3_READ_BYTES:
-
How do I define an App_key and App_secret
I have a utility to access my dropbox account and pull files from the drop box and load it into my application. How do I go about doing that?
-
Can I find a file on dropbox, if I only know the file name not the path ?
Was hoping to be able to scan Dropbox using an API for files being uploaded with a specific (known file name), does any know if this can be done ?
-
How do you download individual files inside a shared folder?
Hi, I'm writing a program in Swift. I would like to download individual files in a shared folder. I know their names. Is there a way to create a URL based on the link of the shared folder and the file names? I have noticed that if you share the files individually their prefix URL is different, even though they are in the…
-
DMCA Takedown Notice on Empty RAR File
Hi there, I was testing a third party app using the Dropbox API and I noticed that an empty RAR file created using WinRAR would not download through the third party app, but it would download from the Dropbox web client directly. So I dug around a bit and noticed that the server response was 461-DMCA takedown notice from…
-
Is there an API for downloading shared files?
Hi, I'm writing a program in Swift/Objective-c to download a file that is shared on Dropbox. I have a link to the shared file. Does Dropbox allow such a download? Is there a Dropbox API for this operation? If there's no Dropbox API, does the normal URL request API's work with Dropbox? I have tried iOS NSURLConnection with…
-
Python module has no __version__ attribute
The following Python code throws the exception AttributeError("'module' object has no attribute 'version'",): import dropbox print(dropbox.version) What is the recommended way to discover the currently installed Python module version number at runtime?
-
Can't get snapshot when link to Datastore on other devices
I am an iOS developer of a note-taking app. I tried Datastore to sync notes, which is so fast, that I have faith on it. However I tried to use it with my own database (Core Data) and ran into some problems. I don't use Datastore as my main database is because I also have an iCloud sync option. It works fine at first. But…
-
editing DBRoulette-Infor.plist in ioS SDK example
In the instructions for editing the example project (DBRoulette) in the Dropbox iOS SDK : https://www.dropbox.com/developers/core/sdks/ios contains the instruction: "Your app key is also needed in DBRoulette-Info.plist file so the app can register for the correct url scheme. To do this, find the file under the Resources…
-
Download file from Dropbox to local android Java
I spent some days on this code without finding the solution. Could you help me please? I want to download a file from a Dropbox account to the application storage (local memory). When I open the file for the first time, the application crashes then when I restart the application, the file can be open from the local memory.…
-
Sync API and caching
Hello, I'm using the sync API to upload and download a drawn image across iOS devices. I've added a file system observer to respond to any file changes. However the API caching of the image seems to be causing issues. The image uploads fine, I can see it updated on Dropbox, I'm getting notified on my other device of the…
-
Test webhooks implementation with self-signed certificate?
I'm setting up use of Dropbox webhooks in a web application. I'd like to do the development on my local machine. I can access my local machine via https from the Internet, but when I try to add the URL as a webhook URI I found that it requires the SSL certificate to not be self-signed. Is there a way to do testing on a…
-
DropBox 403 error iOS
Hi I have logged through the Drop box API But when i try to open a PDF file i get this 403 error. Images and music can opened but not file It worked perfectly before but has stopped working now Any help is appreciated
-
Business API - Audit Log - Share event missing critical information
I am building a Security Audit solution for "Dropbox for Business" clients. The main information source is the new Business API - Audit Log endpoint (https://api.dropbox.com/1/team/log/get_events) In sharing events, there seem be to two different way of referencing the Shared Folder Events that specify the folder's full…
-
Best practices for using the core [http] api
I am using ruby ( and don't want to use the sdk) to access the core API and to authenticate the user. In that process it is said in the documentation that I should handle the API errors included directly in the body of the response. ("Errors are returned using standard HTTP error code syntax. Any additional info is…
-
Exif Data using PHP API
Hi, The metadata I get using the PHP API ($dbxClient->getMetadataWithChildren()) does not include the exif data. I am specifically looking for latitude and longitude data. How can I get this data with the PHP API, or some other way using PHP? Thanks, Mark
-
Android App Dropbox API error
I have looked at similar questions but I couldn't figure out this issue. Iam trying to integrate dropbox into my app. This application allows users to encrypt/decrypt files into dropbox. I managed to get an app key and secret key from the dropbox app console. The app key is installed properly in the Manifest but I get the…
-
how to install dropbox java sdk. steps to connect java to dropbox. i got secret key. but the exa ...
mple given for java api for dropbox throws exception. public static void main(String[] args) throws IOException, DbxException { // Get your app key and secret from the Dropbox developers website. final String APP_KEY = "my key"; final String APP_SECRET = "my appsecret"; DbxAppInfo appInfo = new DbxAppInfo(APP_KEY,…
-
Getting deleted DBRecord information from Datastore sync:
I'm developing an iOS app with Datastore. How do I know records deleted from remote? I watch changes with observer (status.incoming) and call sync: and it return the changes. The deleted DBRecord will be return but the properties can't be accessed, which I use for storing a unique ID for my data, and compare them in my…
-
can't authenticate with javascript
I try to use the datastore API with javascript. This is my Code: <!DOCTYPE html><html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta charset="UTF-8"> </head> <body> <script src="https://www.dropbox.com/static/api/dropbox-datastores-1.2-latest.js" type="text/javascript"></script> <script>…
-
Electronic Signature and Dropbox
I want to use the software Signnow to utilize it for signing a name after receiving and delivering package. It means that when my staff delivers a package to customers, he/she will receive Signnow which is signed by customers. Then upload it to Dropbox. I have some questions: - How can I upload Signnow to Dropbox? And how…
-
NSURLConnection loader error
Hello, i'm developing an IOS app and i'm validating the user and the simulator doesn't have the dropbox app installed. When i click to validate the user it start the loading but gives an error com.apple.NSURLConnectionLoader error. Did anyone face this kind of problem? Please help
-
Dropbox iOS SDK: I had to manually add CoreGraphics to make it work
Hello. I'm using Xcode 6.1.1. I have installed Dropbox SDK version 1.3.13 in my project and every time I tried to compile the project I was getting these errors: 1) DBRestClient.h "Parse issue. Expected a type" 2) DBRestRequest.h "Parse issue. Unknown type name 'CGFloat'." Trouble is easily solved by importing CoreGraphics…
-
Clearing cached files.
I'm creating an iOS app using Sync API. For testing purposes, I was wondering if there was a way to clear all the previously downloaded/cached files, so when I call openFile, it will download from Dropbox instead of using cached file.
-
read a file from dropbox c#
Hello, I have the dropbox picker on my page and I can select a file and get the filelink and name. Now I would pass this info to my c#api to read the content. However, it seem that I am missing the credential Here c# snippet var webClient = new WebClient(); byte[] arr; arr = webClient.DownloadData(dropboxFileData.Link);//…
-
Webhooks in PHP
I have been playing round with the PHP SDK, but have not figured out exactly what I should be sending back for the verification request. the documentation rather ambigously says "Your app needs to respond by echoing back that challenge parameter." However the error returned states Error: error:14077458:SSL…
-
how to upload file asynchronously on dropbox by using php sdk with the help of ajax?
i know how to upload files on dropbox but it causes long page reload until file is not upload i want to upload files on dropbox without page reloading as AJAX file upload do is there any way??