简体   繁体   English

关于使用 Dropbox API 和 Javascript 访问文件的帮助

[英]Help about file accessing with dropbox API and Javascript

I'm having trouble doing basic stuff with dropbox js API such as uploading and deleting a file.我在使用 dropbox js API 进行基本操作时遇到问题,例如上传和删除文件。 I would like to see a simple example doing that or at least a basic structure of what i should do.我想看到一个简单的例子,或者至少是我应该做的基本结构。 Thanks谢谢

The official JavaScript library has a getting started document with sample code for reading and writing files.官方 JavaScript 库有一个入门文档,其中包含用于读取和写入文件的示例代码。

You can also read the checkbox.js sample app source code to see how everything fits in.您还可以阅读checkbox.js 示例应用程序源代码,以了解一切如何适应。

Be careful as the API v1 is depreciated.请小心,因为 API v1 已贬值。

This is the Official Javascript Library API v2: https://github.com/dropbox/dropbox-sdk-js这是官方 Javascript 库 API v2: https://github.com/dropbox/dropbox-sdk-js

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

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