ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
42 stars 39 forks source link

How to handle urls in the SharedMedia.content property? #35

Open mvrsn opened 1 year ago

mvrsn commented 1 year ago

Sorry if this is an obvious question, but it hasn't been obvious to me

I've gotten the integration to work somewhat for Android, but when I open a file of the desired type in for example Google Drive or my local files everything works as expected until the point where I need to read the file which is not an attachment but a URL in the content field

After digging around for a good while I still don't really understand what I am supposed to do with this URL, and my Google searches haven't been successfull at all

Would really appreciate any help to point me in the right direction

Maybe it could be helpful to have some documentation around this as all the examples use the attachments?

sunjiaming commented 9 months ago

I got same issue , how to handle urls in the SharedMedia.content propert?