Created attachment 169479 [details] An example of the aforementioned error *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY After initially connecting to and working from my google drive in dolphin I went to explore the drive directory and received errors trying to open files beyond the root directory of the google drive(see attachment) STEPS TO REPRODUCE 1. connect google drive account 2. operate out of account for some time 3. open dolphin 4. go to the google drive file 5. attempt to open any folder within root of google drive OBSERVED RESULT error stating file does not exist EXPECTED RESULT file to open SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 40 (available in About System) KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.0 ADDITIONAL INFORMATION
I too am seeing this issue since updating to plasma 6. Steps to reproduce open gdrive without issue. Can open files in root folder of drive but cannot open folders. Receive error message "folder does not exist"
Created attachment 170265 [details] root folder opens fine
Created attachment 170266 [details] reports sub folders do not exist
(In reply to Mark Fairbairn from comment #1) > I too am seeing this issue since updating to plasma 6. > Steps to reproduce > > open gdrive without issue. > Can open files in root folder of drive but cannot open folders. > Receive error message "folder does not exist" this is on openSUSE Tumbleweed Plasma 6.0.5 QT 6.7.0 kernel 6.9.3-1 Wayland kio-gdrive 24.05.0-1.1
A possibly relevant merge request was started @ https://invent.kde.org/network/kio-gdrive/-/merge_requests/33
Git commit 3855e40f3b8fe25e03c85ed6c25cfb2f0a118565 by Elvis Angelaccio. Committed on 11/06/2024 at 21:50. Pushed by elvisangelaccio into branch 'master'. Fix regression in fileId lookup Regression introduced in ed1507bc93 when porting to WorkerBase. The resolved id was never assigned, which broke listing of non-root folders. M +1 -1 src/kio_gdrive.cpp https://invent.kde.org/network/kio-gdrive/-/commit/3855e40f3b8fe25e03c85ed6c25cfb2f0a118565
Git commit 027c25b340e0405a0a3e0c53bf4d56454f99ca28 by Elvis Angelaccio. Committed on 11/06/2024 at 21:53. Pushed by elvisangelaccio into branch 'release/24.05'. Fix regression in fileId lookup Regression introduced in ed1507bc93 when porting to WorkerBase. The resolved id was never assigned, which broke listing of non-root folders. (cherry picked from commit 3855e40f3b8fe25e03c85ed6c25cfb2f0a118565) Co-authored-by: Elvis Angelaccio <[email protected]> M +1 -1 src/kio_gdrive.cpp https://invent.kde.org/network/kio-gdrive/-/commit/027c25b340e0405a0a3e0c53bf4d56454f99ca28