Open DecaTec opened 3 years ago
I tried a few things and it seems to be an issue with the Android permission system: When enabling full access for the app in Android's settings, it works as expected.
Maybe the app needs additional permissions for the camera?
Pixel 5/Android 11.
Yes the app is still targeting Android 10 because of the most recent permission changes. There will be quite some changes in the way it handles files which are outside of its own app folder.
See also #144
I have set up the Nextcloud app to:
DCIM/Camera
folder)Now, I wanted to implement the sync workflow as described here: https://vauvenal5.github.io/yaga-docs/sync_flow/
Yaga configuration:
DCIM/camera
(where the photos are saved as default)The images are shown in the Yaga app as expected, but there seems to be an issue with downloading/deleting photos in the Yaga app:
Is there a fault in my configuration?