Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Fischer Peter
5 years agoExplorer | Level 3
Dropbox Api V2 Callback: Which import call is used
Hallo,
I want to use DBClientV2 callback. Which one do I need to import? Android Studios shows many callbacks, but none of them seems to be the right one for me.
import com.dropbox.core.D...
- 5 years ago
It looks like you're referring to some of the code included in the Android example for the official Dropbox API v2 Java SDK. I recommend running that example as provided and documented first, if you haven't already, to see how that works.
To answer your question specifically though, the "Callback" in "private final Callback mCallback", such as here, is defined as an interface, such as here.
Greg-DB
Dropbox Community Moderator
5 years agoIt looks like you're referring to some of the code included in the Android example for the official Dropbox API v2 Java SDK. I recommend running that example as provided and documented first, if you haven't already, to see how that works.
To answer your question specifically though, the "Callback" in "private final Callback mCallback", such as here, is defined as an interface, such as here.
Fischer Peter
5 years agoExplorer | Level 3
Thanks,
Didn't see that.
FP
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!