Copy to shared Folder "Download" when using TaifunFile not works

Scheinbar scheint es doch noch Probleme zu geben mit den Permissions. Die Blöcke sind 4 Posts darüber und nicht geändert worden.

Jetzt bekomme ich zwar angezeigt, die Permission für die Kamera anzugeben und danach die Permission für die Read/Write-Rechte.

Gebe ich dort auch meine Zustimmung, hängt die App und es kommt die Fehlermeldung:

java.lang.StackOverflowError: stack size 8188KB
Note: You will not see another error reported for 5 seconds.

Hängt die App in einer Schleife oder was bedeutet der Fehler?

Frank

Dies düfte eine andere Ursache haben als das Anfordern und Gewähren der permission.
Im Übrigen muss (sollte) die CAMERA permission nicht manuell angefordert werden.
Also mache es so (wobei READ auf Android 11 erst nach dem BACKUP benötigt wird):

Anke,

thanks for the tip. I'll hide the permission for now.

I'm still stuck on my problem with saving to the Download shared folder and a subfolder there.

Is there a bug or error in the file component?

Instead of copying to the subfolder, it creates a file in the Download folder starting with the subfolder name.
To clarify, a test AIA.
TestCopyDownload.aia (4.3 MB)

Greeting Frank

Yes, this is another bug with the File component.

This way the .db file is incorrectly saved in the root dir of the Shared folder /Download.

Try this:

But why don't you just copy from the assets to the shared folder, this way (instead of in the ASD beforehand):

grafik

@ewpatton is this an already known bug?
Sorry, meanwhile I lost the overview about new/already known bugs...

Taifun

1 Like

No wonder, me too.

He has now adjusted it accordingly.

2 Likes