简体   繁体   English

无需应用注册即可获取对Dropbox的JavaScript访问权限

[英]Get JavaScript access to dropbox without app registration

I am going to operate a DropBox account with a Java-application, so I can use their JavaScript codes. 我将使用Java应用程序来操作DropBox帐户,因此可以使用其JavaScript代码。 But is there a way to get an access to a DropBox account without using an app key and a secret, or maybe some default ones. 但是有没有一种方法可以访问DropBox帐户,而无需使用应用程序密钥和密钥,或者可能不使用某些默认密钥。 How can people say that it's impossible when the DropBox web pages do it somehow? 人们如何说DropBox网页以某种方式做到这一点是不可能的? It's just confusing for me to examine the long codes of the web pages. 检查网页的长代码只是让我感到困惑。

from Dropbox 来自Dropbox

App keys 应用程式键

Dropbox generates a unique key/secret pair for every app, known as the app key and app secret. Dropbox为每个应用程序生成唯一的密钥/秘密对,称为应用程序密钥和应用程序密钥。 These are necessary for authentication and are unique to just you and just this app. 这些是身份验证所必需的,并且仅对您本人和该应用程序而言都是独特的。 In other words, please don't share these values or reuse them with other apps. 换句话说,请勿共享这些值或将其与其他应用程序重复使用。

so the answer is no, you can't access an account without a key. 因此答案是否定的,没有密钥就无法访问帐户。

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

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