Hi, I am trying to copy some PDF files from ASD to external storage in android 11 without any success. I had tried any kind of extensions but no one give me a real solution.
Do you have a solution to solve this problem?
I had tried too with SAF but really I dont understand how it works.
Searching for a solution I had read android developer solutions, and they said that if the app had created the file, the same app can open it and call it, but I am trying to take the PDF file created by the same app and the message error is: open failed: ENOENT (No such file or directory), but the path is the right one.
I had expended hundred of hours trying to solve this problem without success, can you help me please?
and this ones are the blocks to take the file and upload to a webserver:
I had tried a lot of different addresses to find the file, but always the error message appears, that the file is not found (open failed: ENOENT (No such file or directory), but the path is the right one.), I think is because android >10 refuse the permittion to read the files.