You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Polaris Office Web Dev
4 years agoExplorer | Level 3
How can I add more test uses to my app?
I am preparing dropbox extension app review. It is a document viewer which supports a certain document format.
Before submitting this app, I would like to add more accounts for testing.
I set e...
Greg-DB
Dropbox Staff
There isn't a way to "invite" other users to use your Extension exactly. They just need to link your app to their accounts (via OAuth) to enable it on the web site for their accounts.
You mentioned you implemented the OAuth flow, but have the other users gone through that flow yet? That would be initiated from your app's own surface.
Polaris Office Web Dev
4 years agoExplorer | Level 3
Thanks for your feedback.
Actually, the other users can't go through that flow now because my app doesn't appear as one of options in "Open" menu.
(For example, an extension app for PDF,
Let's assume that there hasn't been an app which completed Oauth in my test accounts.
However, I can start Oauth flow after choosing a pdf file in my Dropbox storage because there is "Connect more apps" menu". After choosing the menu for "Connect more apps", I can choose one app among options supporting pdf formats. Then Oauth flow starts by my explicit action. Once completed Oauth flow with an app I choose, the app will appear as default whenever I choose "open" menu with pdf files.)
I am asking about how I invoke other users go through that flow as above.
I think Oauth flow starts after a user explictly clicks "connect the app". To do this, my app should appear as an option to connect an app when a user chooses the certain file format my app supports.
(And the app will appear as default once it completed Oauth flow.)
Did I misunderstood the flow?
Does an app only appear as an option to connect for other users after I click "Apply for production" in app console ?
- Greg-DB4 years agoDropbox Staff
I see, thanks for the additional information. Applying for production won't affect that (though you should apply if you need to connect more than 50 accounts). You should set up your app as covered in the Extensions Guide.
It sounds like the additional apps you're referring to are partners, which are sometimes more closely integrated. You can find information on the partner program here.
- Polaris Office Web Dev4 years agoExplorer | Level 3
Thanks Greg,
I will check the partner program.
I checked that my app appeared well for an individual users after Oauth.
However, my app doesn't appear for team accounts even thought the admin procceeded Oauth and we successfully got the token and Team ID.
Could you give me advice?
- Greg-DB4 years agoDropbox Staff
Extensions are enabled per-account, when a user connects the app to their account, not per-team. Just connecting the team itself won't make the app appear for all team members.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!