PermissionError: [Errno 13] Permission denied: ‘/storage/emulated/0/b_test.ogg’ – Kivy on android write and save file
I made a Kivy app trying to load a wav file and transform it via Audiosegment to an ogg file. This ogg file should then be saved on the android storage. But unfortunately anything I do, I get an Permission error but asking for it, I also changed it manually on my phone where I … Read more