Skip to content

rodionovd/DropboxStatusFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropbox Status Fetcher (for OS X)

Query a synchronization status of a local file in your Dropbox folder. It should be either:

  1. File is up to date.
  2. File is synchronizing now.
  3. File doesn't exist.
  4. There is a sync error.
  5. File is ignored (i.e. excluded from sync).
  6. Dropbox application is not running.

Requirements

You should have Dropbox.app up and running.

Compatibility

Tested on OS X 10.11 with Dropbox.app (3.10.9) installed. Might work with older versions as well

Usage

$ ./DropboxStatusFetcher <file path>

Examples:

$ ./DropboxStatusFetcher ~/Dropbox/
# > up_to_date

$ ./DropboxStatusFetcher ~/Dropbox/FileThatDontSyncLocally
# > ignored

$ ./DropboxStatusFetcher ~/Dropbox/MyMovie.m4v
# > synchronizing

How to build

Open the .xcodeproj file with Xcode and hit the Build button (+B).


© Dmitry Rodionov, 2015

About

Query a local file sync status on OS X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published