Replies: 2 comments
-
Thanks for the report. Could you provide some code which demonstrates the issue you're getting? |
Beta Was this translation helpful? Give feedback.
-
Android 13: Code that is working (KnownFolders.VideosLibrary and .mp4 file): var storageFolderLocal = KnownFolders.VideosLibrary; Code with error (KnownFolders.VideosLibrary and .jpg file): ERROR: Access to the path "/storage/emulated/0/Movies/23-04-26-05-21-22.jpg" is denied. If changed to KnownFolders.PicturesLibrary then the exception is: The member StorageFolder KnownFolders.PicturesLibrary is not implemented. For more information, visit https://aka.platform.uno/notimplemented?m=StorageFolder%20KnownFolders.PicturesLibrary |
Beta Was this translation helpful? Give feedback.
-
KnownFolders.PicturesLibrary is not implemented.
I can save the video to KnownFolders.VideosLibrary.
If I try to save an image to that folder error occurs. I can only save files with video file types to the video library.
Beta Was this translation helpful? Give feedback.
All reactions