Tagged Questions

Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily.

learn more… | top users | synonyms

249
votes
13answers
52k views

Using git+dropbox together effectively?

Is there a good tutorial where I can learn using git+dropbox together effectively?
37
votes
9answers
4k views

Mercurial (and, I guess Git) with Dropbox: any drawbacks?

I have a Mercurial repository for a personal project, and I have been storing the master repository in my Dropbox for a few weeks now (something along this line; and I understand it's also possible ...
21
votes
4answers
12k views

Using Subversion with DropBox

Is it a bad idea to use DropBox as a backup system for Subversion repositories? Has anyone tried using Subversion with an an online file sharing utility like DropBox? What's your experiences? My ...
15
votes
6answers
3k views

How to back up private branches in git

I have a local branch for day-to-day dev work in git. My workflow is: Do stuff on local_branch, commit Fetch origin/master Rebase local_branch to catch up with new stuff from origin/master It all ...
13
votes
4answers
3k views

How does Dropbox use Python on Windows and OS X?

In Windows the Dropbox client uses python25.dll and the MS C runtime libraries (msvcp71.dll, etc). On OS X the Python code is compiled bytecode (pyc). My guess is they are using a common library they ...
12
votes
3answers
5k views

Dropbox.com API for .NET

I'm looking for an API to work with dropbox.com from .NET.
10
votes
7answers
4k views

Is this plain stupid: GIT Sharing Via DropBox?

I realize that there are similar questions, but my question is slightly different. I'm wondering whether sharing a bare repository via a synchronized DropBox folder on multiple computers would work ...
9
votes
1answer
1k views

Dropbox api for Delphi?

I am considering using DropBox to sync user data with a delphi app. It would seem to solve lots of problems regarding security, permissions, etc... I see that there are some API samples for C#, ...
7
votes
1answer
176 views

How can I use Ruby to create an “EXE” like DropBox used Python?

I have a project which is similar to DropBox. I need to automatically push certain folders up to S3 from both Windows and Mac machines. DropBox won't do exactly what I need so I can't really use it. ...
7
votes
1answer
183 views

iPhone Dropbox file synchronization strategy?

I am trying to sync the iPhone Documents folder with the Dropbox app folder. Is there a way to manage file deletion? For example: readme.txt is created on desktop readme.txt is synced to cloud ...
7
votes
3answers
677 views

App Export Compliance using the Dropbox API

This question (or variations of this question) has been asked before, but as Apple's export compliance rules change relatively frequently, and no one seems to ever get a straight answer, I thought I ...
7
votes
4answers
3k views

Cloud sync between iPad/iPhone app

I have a Core Data app that will end up being an iPhone/iPad universal application. I would like to implement cloud syncing so that an iPhone and an iPad both running the app could share data. I'm ...
7
votes
5answers
1k views

Why would you use Dropbox but also Git for your Emacs initialization file?

I hear a lot of Emacs users have their init file (.emacs or init.el) under git version control and sync the git repository over Dropbox, when they run Emacs on multiple systems. Why would you use git ...
6
votes
1answer
158 views

docx file corruption using byte stream and Dropbox API

We have a web app that allows users to upload files to their Dropbox account. This web app uses the Dropbox API to facilitate the upload process. After upload, when a user tries to view file type ...
6
votes
3answers
3k views

how dropbox works

Does anyone know how dropbox really works, or it is just a ftp client with a easy to use web interface and support for many plarforms? I'm using dropbox as anyone else from here, but what make's it ...
6
votes
5answers
533 views

Is Dropbox a valid quick-and-dirty source control solution?

I see many CS students who use Dropbox as an alternative to real SC systems due to its ease of use. Do you use Dropbox as a quick-and-dirty source control solution? Is this a valid use for it?
6
votes
4answers
3k views

How to sync your MAMP install across multiple Macs

I have MAMP set up on my iMac and on my Macbook. I want to keep both installs synced using dropbox. When upgrading MAMP the only 2 folders you need to transfer are 'db' & 'htdocs'. My theory is ...
5
votes
1answer
190 views

Using libcurl to upload files to DropBox

I'm trying to use the libcurl in a C/C++ application to post files to DropBox. I would like to use the "/files (POST)" API as documented here... ...
5
votes
3answers
340 views

Unsync'd Git Repository in Dropbox

I have a git repository (and working directory) that is stored in my Dropbox so I can move back and forth between computers without having to commit or stash (read: without any effort at all). This is ...
5
votes
1answer
1k views

Git with Dropbox

I have been using git for half a year or so and I don't know whether I am using git fully. First of all, I have been experimenting with dropbox and I feel that if I can incorporate it into my work ...
5
votes
3answers
771 views

vimrc to be cross-plataform and synced with Dropbox

I'v been using vim/gVim so far in my Linux Machine, and I have a Windows machine as well. In this windows machine I'm mainly notepad++. I would like to store all my .vimrc settings and .vim folder in ...
4
votes
4answers
133 views

using dropbox as a server for my django app

I dont know if at all i make any sense, but this popped up in my mind. Can we use the 2gb free hosting of dropbox to put our django app over there and do some hacks to run our app?
4
votes
3answers
80 views

Quickly sync'ing git workspace across computers

I have a personal project using git that I often hack on across multiple computers, hosted on Github. Since I work on this at home I tend to get interrupted fairly often. I'll be in the middle of a ...
4
votes
2answers
532 views

Open Source Alternative to Drop Box

Is there an open source alternative to DropBox. We'd like to offer a service for our user base (30,000+ users) to share files with each other similar to DropBox, but have a requirement to host this ...
4
votes
3answers
416 views

How can I put my git working directory inside dropbox so I can seemlessly work from any dropbox-enabled computer without committing?

When I'm at work I use my macbook, but at home I prefer to use my imac. When we were using subversion, all I had to do was put my working directory inside my dropbox folder, and it would sync up my ...
3
votes
1answer
70 views

Ignoring funny ref

git version 1.7.7 I have dropbox git repository. From my works computer karl-sun I have push my branches to my dropbox. When I get home on my home computer karl-net I fetch my latest changes, do ...
3
votes
3answers
126 views

Wrapping Dropbox with Mercurial for version control - crazy idea?

I currently use Dropbox as my "backup" solution for source and resources - and it's fine and dandy and has saved my bacon many times. I find myself in need of a proper version control system now tho ...
3
votes
3answers
365 views

Using box.net, dropbox, (OR ANY cloud storage) with a C++ application

How do you use cloud storage such as Dropbox in your C++ Apllication ? I've checked out their API and they only have Java, Python, and Ruby options. If you cant use dropbox with a c++ app, is therte ...
3
votes
1answer
159 views

Checkout git repo from Dropbox

EDIT Sorry I forgot about this question. It turns out, he had added the repository incorrectly. We have everything working now and are finding this to be a FANTASTIC way to use Git for free. ...
3
votes
1answer
426 views

How do services like Dropbox implement delta encoding if their files are stored in the cloud?

Dropbox claims that during syncing only the portion of files that changes are transmitted back to main server, which is obviously a great functionality, but how do they perform changes to files stored ...
3
votes
1answer
170 views

How do i sync/update files using git master stored in dropbox among different computers?

I setup my master dropbox repo following the instruction found: http://tumblr.intranation.com/post/766290743/using-dropbox-git-repository. I was able to create the remote and clone the repo to another ...
3
votes
3answers
710 views

Connecting MySQL to Dropbox

I've successfully made changes to my httpd.conf file in order to modify the DocumentRoot to my Dropbox folder. No longer does localhost point to /etc/www, but rather /home/Dropbox/www... This is ...
3
votes
2answers
2k views

iPhone DropBox API: How to load a file?

A very basic question concerning dropBox integration into an iPhone app. I followed the setup of the DropBoxSDK and everything works fine. I can log on to my account and get it linked. So I set up ...
3
votes
3answers
611 views

Dropbox android sdk documentation

I have been doing some research, and for the life of me, I cannot find any documentation on how to use the android dropbox SDK. I have authenticated the user, but now I cannot figure out how the get ...
3
votes
1answer
212 views

git repo in Dropbox, syncing on Linux and Windows, Whitespace issues

I have a git repo in my Dropbox, that syncs between a Linux and a windows machine. I work on both machines on text files (.cpp on linux and win, .tex/.txt on win). So, my editors and programs both ...
3
votes
1answer
594 views

Progress bar while using DropBox api

Using Dropnet ( dropbox api) . I can upload a file like this: DropNet.DropNetClient dc = new DropNet.DropNetClient("*************", "g86p9959v9tvg49"); dc.Login("jain@gmail.com", ...
3
votes
2answers
621 views

Sharing Eclipse directory on Dropbox between Windows and Mac OS X

This question was close to mine, but not quite. I have a Windows desktop and a MacBook Pro. I'd like to be able to keep my Eclipse workspace in my Dropbox folder. The problem is that many project ...
3
votes
5answers
892 views

How to avoid no main class and no class def found error using DropBox and Eclipse for Java

I use Eclipse to write Java code and use DropBox to sync my code with others' across our multiple computers. Most of the time, everything works as expected: if anyone makes a change on either end, the ...
3
votes
3answers
637 views

How can a mobile student effectively use Dropbox with a source control system?

I got a laptop in preparation for the coming semester, which will see me taking a university programming course while working full time. I will, of course, be using a source control system (probably ...
3
votes
2answers
1k views

Oracle SQL Developer: sharing configuration via Dropbox

I would like to share my Oracle SQL Developer configuration across my several computers that use Dropbox. How can I do this?
3
votes
4answers
1k views

how to watch a File System for change

I'm doing a project in a course at my university on distributed systems. I'm planning on creating something similar to Dropbox ( getdropbox.com ), but with some sort of non-centralized peer-to-peer ...
2
votes
2answers
28 views

Permalink to a git branch

One advantage to an SVN branching model is that all of your branches have distinct files. I'd like to share one of my git branches over Dropbox, but if I switched branches in git, all of the files ...
2
votes
1answer
92 views

Dropbox API for Erlang

is there a good dropbox API for erlang ? It is possible to use REST to work with dropbox. Is there a good REST helper library for erlang ? Thank you.
2
votes
2answers
108 views

jQuery custom dropbox: how to tabindex

I'm using jQuery to customize my own dropbox but was wondering how I could apply the tabindex to it. I try to use the hidden select focus/blur event but doesn't seem to work. I also try to apply a ...
2
votes
1answer
112 views

How do I deploy web2py on PythonAnywhere but from Dropbox shared folder?

I have tried to use this link How do I deploy web2py on PythonAnywhere? to deploy Web2py on Pythonanywhere but from Dropbox's shared folder. path = '/home/my_username/Dropbox/web2py' The result ...
2
votes
1answer
70 views

Core Data Online Sync (using Dropbox)

I am looking to make an iPhone/iPad/OSX/Windows capable application that wirelessly tracks inventory (primarily for companies) allowing the user(s) to track the inventory from every device. As I am ...
2
votes
2answers
78 views

Dropbox and git, could it cause conflicts?

What if one hosts a code repo in the Dropbox folder and shares it with others who collaborate. What happens if two people push to the Dropbox repo at the same time? Could this cause conflicts that ...
2
votes
2answers
132 views

Using Proguard to Obfuscate Android App with Dropbox.com Libraries

I've just finished creating an Android app that requires the Dropbox.com API libraries. I'm now trying to build the application in 'Release' mode and would like to run proguard on the code in order to ...
2
votes
2answers
52 views

Local PC to cloud

Is there any way to dynamically and seamlessly migrate a program / computation from a local desktop PC to the cloud? Basically, what I am interested in is a platform, similar to Dropbox, but for ...
2
votes
0answers
222 views

AVPlayer “freezes” the app at the start of buffering an audio stream

I am using a subclass of AVQueuePlayer and when I add new AVPlayerItem with a streaming URL the app freezes for about a second or two. By freezing I mean that it doesn't respond to touches on the UI. ...

1 2 3 4 5 7