Using version 1.2.1 I am not able to see folders that have been shared with me. I only see my personal files.
Thanks for the report, I can confirm this doesn't work yet. FileSearchQuery::SharedWithMe in libkgapi is probably what we need.
Any updates on the bug?
Unfortunately not. Patches welcome if someone wants to give it a shot.
*** Bug 443533 has been marked as a duplicate of this bug. ***
*** Bug 427580 has been marked as a duplicate of this bug. ***
Git commit 6c8de22b90bd020c997b2765db495c3aee27f24f by Elvis Angelaccio. Committed on 23/09/2022 at 15:03. Pushed by elvisangelaccio into branch 'master'. Add sharedWithMeDate to property tab M +2 -1 src/gdrive_udsentry.h M +9 -0 src/integration/propertiesplugin/gdrivepropertiesplugin.cpp M +38 -24 src/integration/propertiesplugin/gdrivepropertiesplugin.ui M +3 -0 src/kio_gdrive.cpp https://invent.kde.org/network/kio-gdrive/commit/6c8de22b90bd020c997b2765db495c3aee27f24f
Git commit 70a42997a1dcda8666df7b0f37ea7a92d0a6a58a by Elvis Angelaccio. Committed on 23/09/2022 at 15:03. Pushed by elvisangelaccio into branch 'master'. Introduce support for Shared With Me files 'Shared With Me' files don't have a folderId as parent, so in listDir() we need to adapt the query. In resolveFileIdFromPath() we also need to check whether we have a 'top-level' shared-with-me file. In that case, we avoid the recursion and just skip the parentId in the query. FIXED-IN: 22.12.0 M +45 -11 src/kio_gdrive.cpp M +1 -0 src/kio_gdrive.h https://invent.kde.org/network/kio-gdrive/commit/70a42997a1dcda8666df7b0f37ea7a92d0a6a58a