In Companion, everything is working as intended, Canvas will be saved and copied to another folder, but in the app it is not working, i am getting the error above
In android11 it is not possible to save files to any folder. You have to save either to the ASD or to one of the shared folders. If you want to save the image, it will be the DCIM folder. After that, what is this "Android file" extension?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
you are trying to share from the /Download folder and not from the ASD
also you should redesign your app and store your data in the ASD rather than in directory /kundc... remember the new Google restrictions... see also
EDIT: usually a full path starts with file:/// (3 slashes)
Dear Anke,
thank you very much for the suggestion and help, perhaps I should explain from the begiining what I am trying to do (and what IS working below Andoid 11)
As mentioned, this is working on all devices below Android 11 (SDK < 29)
Now the problem is, that when SDK 30 was hiiting, this solution does not work anymore.
So the question is, how can this be adapted to work on both (below 30 AND with sdk 30)
I tried to SAVE in the ASD, which is working, but I can NOT UPLOAD it from there, for this reason I thought I would work when I move the file outside from the ASD to another folder, but this does also not work.
So, how can my png file be uploaded DIRECTLY from the ASD ?