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 中的 Excel 表格。用户提交详细信息后,需要将数据附加到文件中。
我在我的保管箱中创建了一个应用程序帐户,并获得了它的密钥和秘密,这些密钥和秘密是在应用程序中硬编码的。想要摆脱登录屏幕。如何完成?作为我的新手,请提供一些代码示例。
这现在是不可能的,但将来可能会。
只要参考这个
在 DropBoxSDK 中,由于应用程序没有直接调用 /oauth/authorize,所以没有直接返回值。用户授权应用程序后,使用其请求令牌通过 /oauth/access_token API 调用检索访问令牌。