Hi!
Has anyone tried downloading to another folder other dan Downloads? With Scoped Storage from Android 11 I can't seem to be able to download a video with the library to any other folder because i get the following exception: com.yausername.youtubedl_android.YoutubeDLException: ERROR: unable to open for writing: [Errno 1] Operation not permitted:
I'd like to avoid getting the MANAGE_EXTERNAL_STORAGE permission if possible. If I'm not mistaken, the only way to have this work then would be using the MediaStore API, for which I would need access to a Stream of the data and saving it through the MediaStore API instead of the library saving the file itself.
Hi!
Has anyone tried downloading to another folder other dan Downloads? With Scoped Storage from Android 11 I can't seem to be able to download a video with the library to any other folder because i get the following exception:
com.yausername.youtubedl_android.YoutubeDLException: ERROR: unable to open for writing: [Errno 1] Operation not permitted:I'd like to avoid getting the MANAGE_EXTERNAL_STORAGE permission if possible. If I'm not mistaken, the only way to have this work then would be using the MediaStore API, for which I would need access to a Stream of the data and saving it through the MediaStore API instead of the library saving the file itself.