简体   繁体   English

程序化保管箱共享

[英]programmatic dropbox sharing

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? 是否有整个Dropbox API(即REST版本)中的任何选项,以编程方式行使共享选项,还是有人使用Unix或Node.js命令行工具发明或发现了一种独特的方法? 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. 现在,要接受邀请,您必须单击2个链接,在电子邮件中单击一个,然后在Dropbox Web界面中单击一个。

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. 我想在简单的'ol终端中完成所有这些操作。

Dropbox API当前不提供任何用于管理共享文件夹的调用(例如,创建,接受等)。

I've just released this little gem to do this using the web interface: https://github.com/Jesus/dropbox-invite 我刚刚发布了这个小宝石,可以使用Web界面执行此操作: https : //github.com/Jesus/dropbox-invite

The proper way would be doing it through the API but since there's no official implementation I had to build a workaround. 正确的方法是通过API进行操作,但是由于没有正式的实现,因此我不得不构建一种解决方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM