-
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…
-
I'm saving a file url by using dropin api, after a while that url starts to give 401?
Are file urls that given from dropin buttons has lifespan? or something else is happening?
-
Cannot open login page with NetFront browser
I have to connect dropbox via embedded devices. The device use NetFront browser version 3.4 to access web. I cannot open oauth2 login page because this page have some ajax or jquery. Please give me some suggestion for this case. Thank you Wekij
-
I need a VB.Net API for secure transfer of files.
I design software that needs to check for updates and other related things, but need a server to do so. I've tried a number of different services that have so far failed to meet my requirements. I do not know anything about building an API for this, so any help will be appreciated. I do not want hackers to be able to use…
-
Android: authenticate using Dropbox app without using SDK?
I am writing an android app that connects with Dropbox using the REST api. It does not use any SDK. Currently my users give my app permission to access their Dropbox account using a web browser, which works. However, most of them would prefer not to enter their username and password into the browser, something they do not…
-
How to download folder and all the files and folders in it?
- (void)loadFile:(NSString *)path intoPath:(NSString *)destinationPath; not working for folders.
-
Magento integration with dropbox using api module
Magento integration with dropbox My shopping cart is in magento platform. i have product images in dropbox, so how can i integrate with it ?
-
How to get a link to specific user's folder on dropbox.com
As Dropbox API does not offer a way to manage membership of shared folder, I want to give the dropbox.com URL to user. (the URL shows "Shared folder options" of user's specific shared folder.) Can I get that URL?
-
Cordova/Phonegap plugin for Dropbox Chooser
Hi, I am building a cordova/phonegap app which will let users choose the files in their dropbox. But the problem is that I have to open the chooser in InAppBrowser and the button click opens a popup which takes focus. this results in dropbox not able to communicate with my app as the page which opened chooser no longer…
-
Dropbox app
I created app successfully but it does not show in folder. Please help me
-
a dropbox for teachers that students can access files and upload assignments
we are developing a website where teachers and student get access only when they get online. my question is if it is possible how can we create accounts from single login which we have created for teachers to have a dropbox which their students can access in specific can only upload and download but cannot delete or edit…
-
SwiftyDropbox (v0.2) - invalid_access_token
Hi, I'm trying out SwiftyDropbox and following the code given in the blogpost (https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/). When I try and do something (e.g. client.usersGetCurrentAccount()) I get an HTTP error: invalid_access_token Any help would be…
-
No webhook notification received on dropbox content change
I created an app, it receives the verification and answers it. When I test it with dropbox-hook.py (https://blogs.dropbox.com/developers/2014/05/dropbox_hook-py-a-tool-for-testing-your-webhooks/) it gets the message and answers it. But it does not receive any notifications when I upload or delete a file in my dropbox. I…
-
"Restricted Content" DMCA notice via API with the provided Getting Started PDF
Hi, Starting from today I'm seeing what I believe to be a spurious DMCA notice when attempting to download the Getting Started PDF that Dropbox provides when signing up for an account. Previously this exact same API request has been working for several months, and indeed if I log in via the web browser I can still see,…
-
Can I pull the path of the file in the user's dropbox folder?
Ok, What I would LIKE to have happen is that the app only run if it is somewhere in the user's dropbox. This is a small app that for the most part, I only want to use for myself, but I may give to others for use later. Is there a way to do this? I've played with the basics of the API and get basic authentication and I can…
-
unreliable data transfer w/ API
Hi, I'm using API to transfer data from my computer to Dropbox. For 50 500MB files 5 have failed with the error like this: Uploading "/var/lib/condor/execute/dir_2220/oneA.e15.oswrk136_500GB.data" to "/bigWrkA/oneA.e15.oswrk136_500GB.data"..*** FAILEDAn error occurred requesting /chunked_upload Can you advice me how to…
-
Error downloading https://www.dropbox.com/static/api/2/dropins.js. Received HTTP code 403 from p ...
roxy after CONNECT Hello everybody, I'm trying to use the save button in my project and for achieve this I follow the following link https://www.dropbox.com/developers/dropins/saver. I've configured the app domain in the configuration page but when I try to save a test file the ajax request give me the errore used for the…