You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Android 10, it is mandatory to use the MediaStore to save files into Folders likes Music, Movies, Pictures without asking the rights on the full file system (like you did in the demo app).
Currently Ketch do not permit to download files to other directory then Downloads without asking full permission.
Is it possible to support passing MediaStore uris (ex: content://media/external_primary/audio/media/1000000175) to the download function?
The text was updated successfully, but these errors were encountered:
Hi,
Since Android 10, it is mandatory to use the MediaStore to save files into Folders likes Music, Movies, Pictures without asking the rights on the full file system (like you did in the demo app).
Currently Ketch do not permit to download files to other directory then Downloads without asking full permission.
Is it possible to support passing MediaStore uris (ex: content://media/external_primary/audio/media/1000000175) to the download function?
The text was updated successfully, but these errors were encountered: