简体   繁体   English

如何在Dropbox API上启用自动登录

[英]How to enable autologin on dropbox API

I am developing the API for dropbox in PHP,i have connected with the given steps and downloaded the files successfully but my request would be, when i am going to connect the api through calling one php file, it would be authorized using secret key, app key and token value and then waiting for authorize and force click to next for manual process if it is not in session. 我正在开发PHP中用于保管箱的API,我已经连接了给定的步骤并成功下载了文件,但是我的要求是,当我要通过调用一个php文件连接api时,将使用密钥对其进行授权,应用程序密钥和令牌值,然后等待授权,如果会话不在会话中,则强制单击下一步进行手动处理。

I am going to setup this as deamon process, so i could not click every time manually while connecting the API on php, is there any possible way that need to be resolved for these kind of problems. 我将其设置为守护进程,因此在连接php上的API时无法每次手动单击,是否有任何可能的方法需要解决此类问题。

The user only needs to authorize the app once. 用户只需要授权一次应用程序。

Once you have an access token for the account you want to use, you can just keep using that access token indefinitely. 获得要使用的帐户的访问令牌后,就可以无限期地继续使用该访问令牌。

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

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