We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Alex1234
6 years agoExplorer | Level 3
Properties and scoped access
Hi! I need to register an Android app, that can upload a user's files to a specified Dropbox folder and add properties to them. Earlier, I did that via the 'Full Access App'. But now I see it's depr...
Alex1234
6 years agoExplorer | Level 3
It fails with 100% probability on Android Emulator (API 26) with the next output in the log:
2020-08-04 12:07:07.474 6302-6302/? E/cr_InstantAppsHandlerI: Exception when calling getInstantAppLaunchData
Ew: 19500: Not an instant app
at nz.a(chromium-Monochrome.aab-stable-410410171:3)
at cA.a(chromium-Monochrome.aab-stable-410410171:6)
at com.google.android.gms.common.api.internal.BasePendingResult.m(chromium-Monochrome.aab-stable-410410171:14)
at com.google.android.gms.common.api.internal.BasePendingResult.l(chromium-Monochrome.aab-stable-410410171:5)
at YE.i1(chromium-Monochrome.aab-stable-410410171:28)
at UG.onTransact(chromium-Monochrome.aab-stable-410410171:3)
at android.os.Binder.execTransact(Binder.java:674)
2020-08-04 12:07:07.820 6302-6302/? I/chatty: uid=10043(u0_a43) com.android.chrome identical 1 line
2020-08-04 12:07:08.923 6302-6302/? E/cr_InstantAppsHandlerI: Exception when calling getInstantAppLaunchData
Ew: 19500: Not an instant app
at nz.a(chromium-Monochrome.aab-stable-410410171:3)
at cA.a(chromium-Monochrome.aab-stable-410410171:6)
at com.google.android.gms.common.api.internal.BasePendingResult.m(chromium-Monochrome.aab-stable-410410171:14)
at com.google.android.gms.common.api.internal.BasePendingResult.l(chromium-Monochrome.aab-stable-410410171:5)
at YE.i1(chromium-Monochrome.aab-stable-410410171:28)
at UG.onTransact(chromium-Monochrome.aab-stable-410410171:3)
at android.os.Binder.execTransact(Binder.java:674)Had no time for proxying HTTP responses, but if you need I can share the app key
Greg-DB
Dropbox Community Moderator
6 years agoThat output unfortunately doesn't seem to reference Dropbox. Can you share the rest of the details, e.g., as outlined in my last comment, so I can get a better idea of what is failing/where? Thanks in advance!
- Alex12346 years agoExplorer | Level 3
After the fail, control doesn't return from Chrome to the app automatically. So it happens nothing inside the app and it doesn't get any response outside. If you can suggest how I can obtain the desired information please tell me. I'll gladly do that.
- Greg-DB6 years ago
Dropbox Community Moderator
In that case, can you share:
- the Dropbox library or SDK you're using, including the version number
- the code snippet you call to start the flow that isn't working
- the URL of the page in Chrome
Thanks!
- Alex12346 years agoExplorer | Level 3
implementation 'com.dropbox.core:dropbox-core-sdk:3.1.4'
... Auth.startOAuth2Authentication(activity, kDropBoxAppKey); ...
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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, Facebook or Instagram.
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!