简体   繁体   English

在Android中更改Dropbox用户

[英]Change Dropbox User in Android

I am working on an application where I need to use DropBox ,I am using DropBox 1st time ,Using android DropBox API I authenticate successfully , But when I try to change already authenticated user its saying an error as > Invalid User "Only a limited set of users can receive access tokens while this app is in development mode". 我正在开发一个应用程序,我需要使用DropBox,我正在使用DropBox第一次,使用android DropBox API我成功验证,但当我尝试更改已经过身份验证的用户时,它说错误为>无效用户“仅限有限集用户可以在此应用处于开发模式时接收访问令牌“。 Anyone can guide what's the reason of this error message ? 任何人都可以指导这个错误消息的原因是什么?

This message is indicating that your app is in development mode, meaning you can only link the account that registered it: 此消息表明您的应用处于开发模式,这意味着您只能链接注册它的帐户:

Dropbox - Core concepts Dropbox - 核心概念

If you're not ready to apply for production, but need to test with additional users, see here: 如果您尚未准备好申请生产,但需要与其他用户一起测试,请参阅此处:

Test your apps with up to five users 最多使用五个用户测试您的应用

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

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