Replies: 5 comments 1 reply
-
There is currently no way to receive the file path or name after saving an image to the gallery. Detailed use cases and good motivation will be on the list of new features to consider. |
Beta Was this translation helpful? Give feedback.
-
I also need to return the album path to display all images in 'My Album' inside my app, because I save a lot of images into 'My Album', and I want users to be able to manage their images inside my app instead of them opening the gallery app. |
Beta Was this translation helpful? Give feedback.
-
It would be very nice to add name for the image/ video and get the new path of the saved media. |
Beta Was this translation helpful? Give feedback.
-
Here is why I am reluctant to work on returning file path.
|
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation and it did not help?
Descrpition
Hi, here is how I save a camera captured pictured via image picker, and I then use Gal to save to photo gallery. My question are:
1 - I didn't specify the album and pic name when calling putImageBytes(), I assume Gal will generate an unique name that will not overwriting any existing photos already existed in the photo gallery in this case, right?
2 - I want to find out new file path & name after puImageBytes() completed successfully, how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions