Questions tagged [dropbox]

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API.

Dropbox is a free cloud storage service that lets you bring your photos, docs, and videos anywhere and share them easily. The paid services add more features and space. It uses a web interface and cross-platform file syncing application to manage files in the cloud. It also features an API for both the files and login services.

3543 questions
1136
votes
20 answers

How to use Git and Dropbox together?

Is it possible to use Git and Dropbox together?
n1kh1lp
  • 14,247
  • 6
  • 29
  • 28
101
votes
8 answers

Git fatal: Reference has invalid format: 'refs/heads/master

I am using Dropbox to sync a git repository, but now when I try and push I am getting an error: fatal: Reference has invalid format: 'refs/heads/master (MacBook-Pro's conflicted copy 2012-10-07)' So, it seems that Dropbox detected a conflict and…
Justin
  • 42,716
  • 77
  • 201
  • 296
77
votes
12 answers

How do I use Spring Boot to serve static content located in Dropbox folder?

I have a Spring Boot web application, and I would like to serve static content located in a shared Dropbox directory on my Linode VPS (~/Dropbox/images). I've read that Spring Boot will automatically serve static content…
76
votes
6 answers

Codesign of Dropbox API fails in Xcode 4.6.3: "code object is not signed at all"

I have an OS X app that's distributed through the Mac App Store, and recently updated to Xcode 4.6.3. When I run my regular build now, I receive: Command /usr/bin/codesign failed with exit code…
Craig Otis
  • 31,257
  • 32
  • 136
  • 234
63
votes
10 answers

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 with git). The idea is that it serves both as a…
daphshez
  • 9,272
  • 11
  • 47
  • 65
62
votes
3 answers

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. Also, if I have a song playing already and then…
raixer
  • 1,844
  • 3
  • 15
  • 16
62
votes
10 answers

upload file to my dropbox from python script

I want to upload a file from my python script to my dropbox account automatically. I can't find anyway to do this with just a user/pass. Everything I see in the Dropbox SDK is related to an app having user interaction. I just want to do something…
Christina
  • 1,389
  • 1
  • 11
  • 12
56
votes
2 answers

Use curl to download a Dropbox folder via shared link (not public link)

Dropbox makes it easy to programmatically download a single file via curl (EX: curl -O https://dl.dropboxusercontent.com/s/file.ext). It is a little bit trickier for a folder (regular directory folder, not zipped). The shared link for a folder, as…
USCFan13
  • 2,001
  • 3
  • 14
  • 11
55
votes
4 answers

Revert all files in a folder

Is there a way to revert all the documents in a folder to the revision at a certain time? I see how to do it for individual files, but how would I do it for an entire folder?
Tim Reistetter
  • 829
  • 1
  • 12
  • 17
54
votes
7 answers

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 works fine, however most of the recommendations I…
Art
  • 23,747
  • 29
  • 89
  • 101
53
votes
10 answers

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 concern is whether this will work - mainly because…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
52
votes
3 answers

How Do I Sync My Sublime Text 3 Settings Using Dropbox?

I would like to sync Sublime Text 3's Settings across multiple machines using Dropbox. How should I set this up?
Undistraction
  • 42,754
  • 56
  • 195
  • 331
40
votes
6 answers

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 have written then just have to use different…
robotshapes
  • 779
  • 2
  • 10
  • 13
35
votes
9 answers

How do I programmatically locate my Dropbox folder using C#?

How do I programmatically locate my Dropbox folder using C#? * Registry? * Environment Variable? * Etc...
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129
30
votes
2 answers

How to let Dropbox treat symbolic link AS IT IS?

If I create a symlink inside Dropbox folder, pointing to another file also inside Dropbox folder (say, to maintain certain directory stucture), then Dropbox will try to de-reference the symlink and treat it as an normal file, instead of syncing it…
Jinghao Shi
  • 1,077
  • 2
  • 10
  • 15
1
2 3
99 100