Is there a plugin that will allow me to read the data from a "content" url?

  • 1
  • Question
  • Updated 5 years ago
I am trying to allow my app to import a csv file. I've used the LaunchMyApp plugin but modified my AndroidManifest.xml file to specify an IntentFilter for processing the attachment. The handleOpenURL method gets called and is passed a URL like:

content://gmail-ls/john@example.com/messages/123/attachments/0.2/BEST/false

Is there any way to actually read the data from that URL?

I'm guessing I'd need to write my own plugin to do this, but thought I should ask to make sure this problem hasn't already been solved.
Photo of John Weidner

John Weidner, Champion

  • 435 Posts
  • 80 Reply Likes

Posted 5 years ago

  • 1
Photo of Amir

Amir

  • 8261 Posts
  • 263 Reply Likes
It seems you have to built it your own, John.

Sorry can't help you much.