No files showing in Android App

Mobile application is not showing any files once logged in.

I would say that my server is configured properly as the desktop application has access to files correctly.

I have tried clearing all data on mobile device as well as uninstalling/reinstalling app.

Nothing have worked so far.

I appreciate I am resurrecting an old post, but did you resolve this?

I am struggling with the same issue. The nextcloud Android App (version 3.26.0) doesn’t list any of the files on my server.

With the search tool I can find and open documents that I know exist, however it prevents me from moving or copying files because I cannot navigate the filetree.

The servers web interface works fine and lists the files.

I have the same issue.

since some weeks, on the Android App I see a message “server unavalable” but I always had access to my files, but a few days ago I disconnect and reconnect the server on the App, and now, I see none of my files.

But I still can find my files using the search tool.

Can you grab debug output: https://github.com/nextcloud/android/#getting-debug-info-via-logcat-mag

That should give a clearer idea of what is going on.

It also would be informative to check your server-side logs (NC logs, web server logs) to see what is going on around the time you open, login, and refresh your All Files list in the client app.

I try to downgrade the App, and with the 3.25 it’s work, but not with the 3.26.

Is it the log of the Nextcloud server, when I try to update the files on the App 3.36 :

172.21.0.1 - Xeladaren [18/Dec/2023:17:33:52 +0000] "GET /status.php HTTP/1.1" 200 1029 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"
172.21.0.1 - Xeladaren [18/Dec/2023:17:33:53 +0000] "GET /ocs/v2.php/cloud/capabilities?format=json HTTP/1.1" 304 732 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"
172.21.0.1 - Xeladaren [18/Dec/2023:17:33:53 +0000] "GET /ocs/v2.php/apps/user_status/api/v1/predefined_statuses?format=json HTTP/1.1" 200 2116 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"
172.21.0.1 - Xeladaren [18/Dec/2023:17:33:53 +0000] "GET /ocs/v2.php/cloud/user?format=json HTTP/1.1" 200 2310 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"
172.21.0.1 - Xeladaren [18/Dec/2023:17:33:53 +0000] "PROPFIND /remote.php/dav/files/Xeladaren/ HTTP/1.1" 207 1428 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"
172.21.0.1 - Xeladaren [18/Dec/2023:17:33:53 +0000] "PROPFIND /remote.php/dav/files/Xeladaren/ HTTP/1.1" 207 6333 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.26.0"

For the logs of the app, I’ll not yet try to get it.

And my Nextcloud server version is 26.0.1.1, maybe an update can help.

Edit: I update my Nextcloud server to 28, and now the problem disappear.

1 Like