Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网站上列出我自己的 Dropbox 帐户中一个文件夹的所有文件。我打算使用 C# 和 Dropbox Rest API,但从阅读文档看来,如果不先让用户去 Dropbox 接收授权令牌,我就无法做到这一点。
这个对吗?无论如何我可以在不要求用户登录的情况下返回代码中的数据吗?
其实没有。
您需要先使用 OAuth 进行身份验证,然后获取文件列表。文档在这里
也作为这里的教程:
https://github.com/geersch/DropboxRESTApi