android - Dropbox "Send Intent" does not contain Stream data -


i trying receive content of "share intent" send dropbox. works in other apps have tested following code:

if(intent.action_send.equals(getintent().getaction())) {     filepath = getintent().getparcelableextra(intent.extra_stream); } 

however, when sharing dropbox on android, filepath null. enter image description here

i believe you'll need check extra_text well, which, when user uses share option, contain share link file. (as opposed when user "exports" file, in case local link file available in extra_stream.)

note that, of jelly bean, can use clipdata.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -