We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Douglas F.6
9 years agoNew member | Level 1
How share files direct to dropbox via intent?
Hi all.
The dropbox have a intent to share files, i see the dropbox when i want share a simple image on Android.
Now my question is, how share a image or file direct to dropbox via intent? like the user selected the dropbox icon?
I dont want show all apps to share, only share direct via intent.
for the google drive i use this
Dim u As Uri
u.Parse("file://" & File.Combine(folder,imagefile))
Dim i As Intent
i.Initialize(i.ACTION_SEND,"")
i.SetType("image/*")
i.SetComponent("com.google.android.apps.docs/.shareitem.UploadSharedItemActivity")
i.PutExtra("android.intent.extra.STREAM",u)
StartActivity(i)
com.google.android.apps.docs
but for dropbox? what the correct?
i m tryed com.dropbox.android but dont works, show anothers apps
many thx
- Greg-DBDropbox Staff
Hi Douglas, unfortunately we don't have intents like this documented for the Dropbox app, but I'll be sure to pass this along as a request to do so.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 54 minutes 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!