-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
require a new action to save images and documents in device #1798
Comments
how is it going? @mehsaandev |
I've pushed the latest, it's under review @kmahmood74 |
Example Usage: In case the Blob is passed as input:
For Document:
In case the URL is passed for the media:
|
I need an action to save my image and documents in my device storage given that the blob will be provided as an input.
Requirements:
DCIM/Pictures
and the Documents should be inDocuments
folder.Proposed Action Structure:
In case the type is image, it'll be saved in
DCIM/Pictures
In case the type is document, it'll be saved in
Documents
In case of URL, it the action will get the file from the URL and convert it to image and then save it because in many cases we have to store the URL image to our phone storage.
The text was updated successfully, but these errors were encountered: