How do I download image from a URI?
Moderator: Martin
How do I download image from a URI?
A notification displayed gives me the URI of background of that notification how can I download that to a file? For example when new photo posted on Instagram I have a push notification to my phone and then I wanna save that picture (it's a background picture of that notification) how do I do that? The push notification in IG is built in now I gatta save the background to image file somehow.
Re: How do I download image from a URI?
Hi,
You could try to load the URI using action Init Variable Image File. The action supports http, https, content and android.resource URIs.
Regards,
Martin
You could try to load the URI using action Init Variable Image File. The action supports http, https, content and android.resource URIs.
Regards,
Martin
Re: How do I download image from a URI?
Ok thank you I'll try (:
A complete flow to extract image from Instagram notification
Can anybody create a flow to extract a background image from a notification of Instagram? So as soon as a notification from Instagram (new post) comes in it saves the background image of that notification (the post image) as a PNG onto the device?? I can't figure it out :/