vauvenal5 / yaga

Nextcloud Yaga - A Nextcloud first gallery app for Android.
https://vauvenal5.github.io/yaga-docs/
GNU General Public License v3.0
136 stars 9 forks source link

Sync workflow issues #150

Open DecaTec opened 2 years ago

DecaTec commented 2 years ago

I have set up the Nextcloud app to:

Now, I wanted to implement the sync workflow as described here: https://vauvenal5.github.io/yaga-docs/sync_flow/

In case you configured your auto-upload to keep images where they are, then you can specifiy for the Remote Path the same server directory as for the auto-upload and for the Local Path you can set the local folder where you keep your images. This way Nextcloud Yaga will know not to re-download those images. Other images you download will be saved to Nextcloud Yaga's app folder.

Yaga configuration:

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?

DecaTec commented 2 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.

vauvenal5 commented 2 years ago

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.

vauvenal5 commented 2 years ago

See also #144