有关使用 Dropbox API 和 Javascript 访问文件的帮助
我在使用 dropbox js API 执行基本操作(例如上传和删除文件)时遇到问题。我希望看到一个简单的例子来做到这一点,或者至少是我应该做的事情的基本结构。谢谢
I'm having trouble doing basic stuff with dropbox js API such as uploading and deleting a file. I would like to see a simple example doing that or at least a basic structure of what i should do. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
官方 JavaScript 库有一个包含示例的入门文档用于读取和写入文件的代码。
您还可以阅读 checkbox.js 示例应用源代码 看看一切如何配合。
The official JavaScript library has a getting started document with sample code for reading and writing files.
You can also read the checkbox.js sample app source code to see how everything fits in.
请小心,因为 API v1 已贬值。
这是官方 Javascript 库 API v2:https://github.com/dropbox/dropbox-sdk -js
Be careful as the API v1 is depreciated.
This is the Official Javascript Library API v2: https://github.com/dropbox/dropbox-sdk-js