Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily.
1
vote
1answer
12 views
I retrieve this type of error while getting photos from dropbox in android?
When i trying to retrieving images from DropBox that time my device displays this type of message(in Toast form). What is the issue? if you have any idea related to it, than please Share with me. ...
0
votes
0answers
13 views
Select Image from Android Gallery or Google Plus or DropBox?
I am using the following Code to fetch an Image from Android Device Gallery.
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
...
0
votes
1answer
22 views
include(OAuth.php): failed to open stream: No such file or directory error in Yiidropbox extension
When I tried to run
$dropbox = Yii::app()->dropbox;
as mentioned in http://www.yiiframework.com/extension/yiidropbox/#hh1 , I am getting the error include(OAuth.php): failed to open stream: No ...
0
votes
1answer
27 views
How to create Dropbox hosted Applications
How do you get html files in dropbox to open in a new window as an application, rather then opening it in the preview window. AgileBits the creators of 1Password for mac have a html page that they ...
0
votes
1answer
16 views
Using Dropbox Sync in Android to open PDF
I'm relatively new to Android and starting to play around with the Drop box Sync API for Android, and I'm having issues accessing the files from external applications.
I've currently created a link ...
0
votes
0answers
14 views
Why does integrating Rails with Dropbox Chooser returns SSL connect error
I'm adding Dropbox Chooser to a Rails 3.2 app.
The basic premise is that the User selects files from Dropbox, and a listener submits the resulting direct URLs to Carrierwave on successful selection.
...
0
votes
1answer
17 views
Dropbox API: Get Notified On File Events Without Polling
I found this post on getting Notified when a file changes on dropbox. The problem is that the "/delta" API endpoint requires polling. I want instead to subscribe to events about file changes.
...
0
votes
1answer
34 views
Zip library issue
So I am using this library: https://github.com/flyingdolphinstudio/Objective-Zip
I implemented it and am trying to take a UIImage and NSString and make it a .png and .txt in the .zip file, ...
0
votes
1answer
23 views
upload file to dropbox using Sync API android
I am trying to develop a simple android application using the Sync API for dropbox. The user clicks a scan button which launches a QR Code scanner. The QR code that is read is the file name for a file ...
0
votes
0answers
11 views
Dropbox,How to stop upload file
I use [restClient uploadFileChunk:uploadId offset:offset fromPath:path]; to upload file.Who knows how to cancel upload.
-2
votes
0answers
24 views
Dropbox - Sync and copy large file symultaneously - What happens? [closed]
I posted this question on Dropbox forum a week ago but nobody answers.
I hope I will make my question clear (not a native speaker). I'm talking about dropbox application on local win box, not web. ...
-1
votes
0answers
20 views
Git Mac Tick on files and folders [closed]
Is there a git client for Mac OS that integrates with Finder to put badges like ticks and crosses on files representing their version status, like tortoiseSVN and Dropbox do?
0
votes
1answer
31 views
Integration of BOX, Google Drive and Drop Box in iPhone
I want to integrate BOX, Google Drive and Drop Box for uploading files from iPhone App and I had already go through "filepicker.io".
But it allows only 5000 files/month for free.
So is there any ...
0
votes
1answer
24 views
WebApp that uses Dropbox for storage of videos and PDF
We're building a website that essentially allows you to record a video of you reading off a PDF that can be accessed by other people.
The kicker is that the client wants us to store (and access via ...
-2
votes
0answers
18 views
Auto sync and offline availability on cloud service [closed]
My company needs a cloud solution that when online regularly automatically syncs documents(pdf) from the server and to mobile devices and makes them available offline. Clients for Android and IOS ...
-3
votes
0answers
17 views
DropBox Downlaod File using PHP DropBox API [closed]
i am trying to getFile and it gives me this error please anyone help.
Fatal error: Uncaught exception 'Dropbox\Exception' with message 'Forbidden' in ...
0
votes
1answer
17 views
todo.txt app missing the DropboxApiKey.h file
I downloaded todo.txt-touch-ios-master zip file from github.But when i open this applicaiton in xcode 4.4.DropboxApiKey.h file is not found.I got the erors like \
'<'command line'>':1:10: fatal ...
0
votes
1answer
24 views
Dropbox automated Login via PHP
I have to find a solution for an automated login into Dropbox.
I'm trying to load the html code with
<?php $html = file_get_contents('https://www.dropbox.com/login'); ?>
Now I use ...
0
votes
2answers
51 views
error: Invalid Signature when uploading files on dropbox
I am trying to develop a desktop application that uses dropbox. I am using C++, libcurl (for the requests) liboauthcpp (for the authentication) and the Rest API (from dropbox).
Since I have successed ...
0
votes
1answer
35 views
JPG files uploaded to Dropbox from my Android app using the Dropbox API having missing pixels
I have been using my Android app to save the backup txt files to Dropbox with no issues for the last year. Today I also added code to upload JPG files from my device to Dropbox, and each photo is ...
0
votes
1answer
40 views
Upload file to Dropbox programmatically from Android APP
I have an App that downloads MP3 files but I'd like to provide an option to the user to upload the file to dropbox on download completion. I've looked through the API couldn't see how to do it. Is ...
0
votes
2answers
20 views
Dropbox - any API to cli_link?
I'm using the dropboxd service under Linux, which requires you to log into their website e.g. https://www.dropbox.com/cli_link?host_id=2173bf325f94beee3b1879d2c7b49e69 to link the machine to your ...
1
vote
0answers
36 views
apply for Production Status for Dropbox in ios [closed]
I implement the dropbox functionality in my app. My app is universal(i.e. for both iPad & iPhone)
When i try to apply the app for Production, i can only able to select the one option ipad or ...
0
votes
0answers
10 views
is it possible to use dropbox API to sync multiple accounts on one computer [duplicate]
windows 7 PC android tablet
folder one <-------> android tablet one
folder two <-------> android tablet two
folder three <-------> android tablet ...
0
votes
1answer
38 views
Javascript read from Google drive document or dropbox text file
I have a Javascript array of youtube videos.
var vids = ['aHMeS7VFRZ8', 'qyV5FDUfI34', 'QGjYJ_dnlQE', 'kcgs1UHifRA']
I want to let my friend edit it easyly and modify our web page. He could ...
0
votes
1answer
35 views
Does method writeFile work in IE8?
I am writing Dropbox web-application and use Client Library for the Dropbox:
https://github.com/dropbox/dropbox-js.
For uploading file choosen by user I use method writeFile. Html object File(< ...
0
votes
0answers
36 views
Crashing on Dropbox Sync
We're using the below code for syncing it dropbox, but it seems to crash on our iOS devices.
[[DBFilesystem sharedFilesystem] addObserver:self forPathAndDescendants:[DBPath root] block:^() {[self ...
3
votes
1answer
82 views
Get folder structure of DropBox and create Folders and upload files in specific folders - iPhone
I am developing an application based on DropBox API. I am using This code to implement DropBox API. Downloading is working fine. But I am new to DropBox API so it is quite difficult for me to create ...
0
votes
1answer
36 views
Can I make a dropbox folder public by using python client?
I am using dropbox for one of my application where a user can connect their dropbox folders.
Usage is such that a user can create links among the files of a folder and many more. But the problem is ...
0
votes
0answers
45 views
Iphone User Dropbox App - getting spammed by Connect to Itunes to Use Push Notifications Error notification
I have tried everything. Restored multiple times with no effect. I keep getting spammed by a dropbox "connect to itunes to use push notifications" error. HELP. Iphone 3gs IOS 6.1.3.
0
votes
1answer
29 views
How to keep privilege like Dropbox to inject Finder
I can inject Finder to put a button on toolbar and add a custom context menu. But my app ask me to input password to do this. How to keep privilege like dropbox, only need to input password one time ...
0
votes
1answer
33 views
Dropbox Sync Api. Not seeing the File on Dropbox the first time round
I have a DropboxHelper Class that is handling downloading and uploading from dropbox.
Downloading works fine but when I try to upload from dropbox the first time the code is called. The following Line ...
1
vote
1answer
44 views
Unlinking Account to Dropbox in iOS
I'm using Dropbox to sync files in my app. When try to unlink account to Dropbox, with below statement:
[[[DBAccountManager sharedManager] linkedAccount] unlink];
iPhone 4S takes around 1 sec, ...
-1
votes
0answers
27 views
Encrypting dropbox files using java
I need to upload a file (for example .doc files) into dropbox but after encrypting using the dropbox API for java. However, I am not able to figure out exactly how to start it.
I have downloaded ...
1
vote
1answer
55 views
Dropbox sync api. Unable to download file from Dropbox
I am using the Dropbox Sync api for Android and worked out how to upload a file from my app to a folder within my dropbox. What I am looking for now is to be able to download the file from dropbox ...
0
votes
1answer
40 views
How to save a dictionary having value as an object
How to save this kind of dictionary in mongiengine.
{'xnFH8XCJiwMRFu8A': <dropbox.session.OAuthToken object at 0x2e4efd0>,
'867s6bnwbg3kc':<dropbox.session.OAuthToken object at ...
0
votes
1answer
32 views
Eclipse doesn't import dropbox egg
Hello and excuse me for my English.
I have problems with importing dropbox.egg in my django project, I am using Eclipse as IDE on Windows 7. I installed dropbox.egg with easy_install on my ...
0
votes
1answer
48 views
Dropbox permissions on ggplot2 saved charts
I have an R script that I run on a regular basis with launchd (OS X 10.8.3 Mountain Lion), calling it with Rscript myscript.R
The script creates generates some ggplot2 plots and saves them into my ...
1
vote
0answers
26 views
Dropbox python sdk import error
I am trying to use the dropbox sdk for python. I installed a virtual enviroment and used pip install to install dropbox-sdk. When I try to run the example code (see below) I get a importerror client ...
0
votes
1answer
36 views
Permanent Dropbox authorization PHP
I am trying to develop a simple PHP application that would fetch files via Dropbox API.
Problem is the authorization, which user has to complete every time one tries to run the script (after the ...
1
vote
4answers
81 views
Is there anyway to save HTML form data without a server?
I have a website on Dropbox that I like to play around with, but I don't have a personal server.
Is there anyway to save HTML form data without a server?
1
vote
1answer
87 views
Adding Dropbox chooser using ember
I am trying to integrate Dropbox chooser into my ember application. This is the snippet that is generated by dropbox.
<script type="text/javascript" ...
0
votes
3answers
83 views
What exactly happens to a file when it is uploaded? [closed]
My question exactly wants to know whether it is possible to upload all files first and then extract their metadata later sometimes?
I am developing a web api which will allow me to upload files and ...
0
votes
1answer
11 views
DropboxSDK.framework is not working for Simulator
I have included new Dropbox framework into my project its working on real device but its not working for Simulator.Its give me 4 issue as following
Undefined symbols for architecture i386:
...
1
vote
1answer
33 views
Using Git and Dropbox on different machines without Problems?
I already found some similar topics to this, but it wasn't exactly the same.
I am working on webdesign projects on three different machines
Office Windows PC
Home Windows PC
MacBook
I keep my ...
0
votes
0answers
33 views
Scene is being loaded with delay in facebook game which is made in unity
I have made a game in unity3d and I want to upload it as a facebook game (app) on facebook.
So I have followed the steps ...
-1
votes
0answers
21 views
Access Linked tables in dropbox
I create some linked tables in my access database. I want to put my tables on a sropbox shared folder. is it possible to link my tables to a dropbox shared folder?
-1
votes
1answer
52 views
Reset DropBox Chooser
We are using the DropBox Chooser as an option to upload files in our web app. We are uploading these files via AJAX using cURL when the DbxChooserSuccess event is triggered.
All this is working as ...
0
votes
0answers
24 views
Dropbox sending “Invalid OAuth Request” when making an API call
I'm learning to use OAuth instead of basic authentication on a rails app. I'm using Dropbox because I'm familiar with the product, not sure how it places on ease of use and documentation against ...
1
vote
1answer
36 views
Is it okay to keep local repos on dropbox without remote repo
Several questions here already asked about using Dropbox to host a bare repo.
My question is different and much simpler. I am a social scientist with small code -- I keep all of my data and code on ...


