I’m trying to save a file in the assets directory, I’m using the file resource to perform the operation and I request the necessary permissions for the action, however I get Error 2103.
Please if anyone knows what I’m doing wrong, would be grateful to be guided with corrective actions in my block
Here you don’t even know where to start listing all mistakes.
You should first learn a few basics before you ask any questions here.
TaifunTools.PathToAssets only works in connection with a WebView. (But it is no longer needed, because you can also use this: http://localhost/test.html)
Assets are read-only.
Storage permissions are only required to be able to access the external storage. Saving / writing to an arbitrary folder of the external storage is no longer possible on Android 11+.
Which means, if you want to see the screenshot in the Gallery, you have to move or copy it to shared storage and additionally use the Gallery Refresh method…
I swear I read the documentations before asking I understand everything about how the extension works my issue as I said is the actual way to move the file from ASD to anywhere else on device