Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Are there any option through out the dropbox api namely the REST version, to programmatically exercise the sharing options or has anyone invented or discovered a unique approach to this using unix or nodejs command line tools? curl, etc, etc

I basically want to invite people to dropbox folders through scripts/command line and also accept invitations through scripts/command line.

Right now, to accept invitations you have to click 2 links, one in an email and then one within your dropbox web interface.

And in order to invite, one must login dropbox, click the folder you want to share and then enter an email and click a button.

I would like to do all this in simple 'ol terminal.

share|improve this question

1 Answer

The Dropbox API currently does not offer any calls for managing shared folders (e.g., creating, accepting, etc.)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.