-
Error in generating token file through DropBox Token Authorization Tool
Hello All, I am using SharpBox API to connect my .net application and DropBox. But when we generating token through DropBox Token Authorization Tool it show me Error Message (404) Page Not Found. Please help me. Thanks in advance. Regards, Moin R. Pathan
-
Check File exist before uploading DropBoxApi
Entry existingentry= dropbox.metadata(path + "sample.txt",1,null,false,null); Actual Method: protected Boolean doInBackground(Void... params) { final File tempDir = context.getCacheDir(); File tempFile; FileWriter fr; try { tempFile = File.createTempFile("file", ".txt", tempDir); fr = new FileWriter(tempFile);…
-
iOS SDK - is there concurrent requests limit for file upload/download using DBRestClient?
Is there concurrent requests limit for DBRestClient (iOS SDK)? On slower networks when multiple requests for file upload/download issued most of requests fail with error 1001. Any recommended limit? While it's possible to build workaround by sequentially uploading/downloading file one by one, this seems overkill especially…
-
data structure to represent remote directory tree
i'm writing my own data structure to represent the directory/file tree i get from the metadata() call on the SDK, and was wondering what everyone else uses for this. The actual data structure returned by the call is very poor. It lacks even handles to the child nodes, etc. I'm using python, but i think this discussion is…
-
chunked uploading iOS
Uploading large files is causing the -1101 error in my app frequently from my customers and also when I test. I am using a 50 Mbps internet connection on a 170 MB file size upload. Any ideas or workarounds? I was looking at using uploadFileChunk for iOS SDK but cannot find any examples. Ok. I have tried to create the code…
-
How can I check if a link to a file is still valid or not?
After getting a preview link from the Dropbox Chooser (something like https://www.dropbox.com/s/d5hn63asdasd/asdasdasd.png?dl=0) how can I check at a later time that the resulting link is still valid (i.e. has not been revoked)? If I GET the url I'll always get an 200 status code without any chance to detect the issue…
-
links to wordpress site disappearing and re-appearing
Hi, I have written a plugin for wordpress that uploads all images that are uploaded to the website automatically in the dropbox. This means the images are not stored in the website and therefor it requires less resources. I created a share-able link with the function: createShareableLink($path) in the api . How ever after…
-
Can I access the Public Links automatically in FileMaker?
My clients are using the FileMaker database platform for their business's workflow, and they need to be able to store images in Dropbox, and view them in FileMaker/Preview/Adobe PDF Reader. FileMaker has a thing called a WebViewer, where you can view and interact with web pages directly in FileMaker. Is there any way they…
-
How to get maximum upload size for an user and the mimetype of the file?
I am developing an app using Dropbox's java sdk (1.7.7). In the response for the list of files and folders, how do I get the mime type of the file? Also how can I find the maximum upload size for any user so that they can be warned before uploading the file?
-
Xcode collaboration AppleScript / Automator
I'm looking for some people to work with on a couple easy Xcode, AppleScript, and Automator projects. Let me know if you would like to join and are interested in Apple programming.
-
Using Dropbox to automatically upload images to a website.
Hello, I am very new at Dropbox API development and i require some help. I am currently building a website for a colleague, and they would like to be able to upload new files to the website automatically without having to contact one of webmasters. I am thinking it would be possible to use the Dropbox API or the Dropbox…
-
Use save_url api to move files from onedrive or google drive
Hi, I am now testing /save_url api for moving my files in onedrive. However, only partial data is done to transfer when I trigger the api. I, of course, already set the files in onedrive to be publicly shared and input the shared url at onedrive for the api call. Please, help me this problem. Thanks~
-
App Lifecycle
Few questions clarifying the lifecycle of an app: 1) What happens if you change the folder name in App Console? Does it automatically change in everyones Dropbox (and every synced device)? 2) What happens if you remove an app from production? Does it remove the folder or files stay until user deletes it?
-
download or saving progress alwayes "0" using drop-ins saver api.
"Google Drive Files to Dropbox" web app, http://cloudtransfer.nsspot.net/ This app uses the drop-ins saver api. but Download, saving progress alwayes "0" regardless of the number of files This is a normal? bugs? how can i fix it? progress: function (progress) { //always progress=0 }
-
Apply for Production
I just applied for Production. How much time it will take to complete the review process?
-
Android (or Java) example of webhook implementation is needed
Would Dropbox team so kind to write a code example for webhook on Android (or Java)? All I have found is the only one Python example and I have no idea how to rewrite it for Android.
-
I want integrate dropbox with zimbra
I want integrate dropbox with zimbra Please tell me what is mean ZimbraAppKey and ZimbraAppSecret
-
BUG - Direct link to files created via /media API call return a corrupt URL!
I noticed that direct links generated via the /media API are currently returning a corrupt URL. Not all file formats seem to be affected, but I can reproduce the issue for PDF and Office files. According to the documentation, the returned JSON should look like this: { "url":…
-
feature add suggest
linux command find ./ -mmin +10 -print -exec rm -rf {} \; I'm using Dropbox for backup. Would it be possible in the Dropbox Uploading Linux commands like above? If not you please add the above features?
-
What is the IP address range used by https://api-content.dropbox.com
I am using a wordpress plugin to backup wp to dropbox but web-server service provider restricts outgoing connections from my website and can add only IP's to allow some destinations from my site. Plugin is BackWPup and it seems to connect https://api-content.dropbox.com to upload the backup's to dropbox. I would need to…
-
REST C# 401/403 Error. Problem Retrieving share link
Hi, I am trying to use REST to retrieve a file sharing link but I am receiving either error 401 or 403. The error I receive varies according to the tests that I try to run lol. I have the following method: static string HttpPost(string url, string[] paramName, string[] paramVal) { var req = WebRequest.Create(new Uri(url))…
-
GET image file does not return binary
How do I get image file contents to download as binary? I wrote a simple wrapper around the Dropbox API endpoints in NodeJS and cannot figure out how to do this. File type is always json and thus the contents of the image file are garbage.
-
Uploading to *my* Dropbox with control over folder
Hi, I am a lecturer and I'm looking to create a coursework submission system for our students, many of whom create very large files (>5GB - they are film students). I've tried to link into Google Drive for this and have hit a roadblock in as much as their Picker (my preferred way of doing things - I want to remove the need…
-
Query in transforming the app from development to production
Hi, Currently I have an app in AppStore which are already using Dropbox API. But I forgot to change the app from development to production before uploading the app to AppStore. Currently around 45 users are linked with Dropbox by my app. So is it now safe to migrate the app in Dropbox App Console from Development to…