Cloud plugin 2.40 failed to get the list of Google shared drives

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
perfectcream
Junior Member
Junior Member
Posts: 7
Joined: 2019-10-09, 10:30 UTC

Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *perfectcream »

Hi! I am a Total Commander long time user.
My Total Commander 9.51 (64bit) crashed again and again when I tried to get the list of my Google Workspace's shared drives through Cloud plugin 2.40. by click "Shared drives" in file panel with full list mode.

OS version: Microsoft Windows [10.0.19042.746] (64bit)
Browser used by Cloud plugin 2.40: Google Chrome [88.0.4324.104] (64bit)
Characters of folders and files : English mix with Traditional Chinese

My I need to toggle the list encoding to UTF-8 (how?) or it's a bug of Google Drive API?

Thanks for getting back to me.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48079
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *ghisler(Author) »

Could you check whether you get a directory listing for "shared drives"? For this, you need to check the option "Detailed log" in the connection settings (Alt+Enter on the cloud name). Then connect, and in the other file panel or a second Total Commander go to the temp directory:
cd %temp%

There should be one or more files named clo<something>.tmp. The newest should contain cloud drives like this:

Code: Select all

{
 "drives": [
  {
   "id": "********************************",
   "name": "***********************************",
   "createdTime": "2019-09-20T23:14:25.366Z"
  }
 ]
}
If yes, please send me that file to support at ghisler dot com to analyze.
Author of Total Commander
https://www.ghisler.com
perfectcream
Junior Member
Junior Member
Posts: 7
Joined: 2019-10-09, 10:30 UTC

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *perfectcream »

After updated to Cloud Plugin 2.50 Beta3 everything works fine, thank you very much :)
Andreas Bergmann
Junior Member
Junior Member
Posts: 3
Joined: 2022-03-09, 17:19 UTC

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *Andreas Bergmann »

Hello,
I have a similar problem.

Folders "shared drives" and "shared" in Google Drive is empty allthough in browser I can see and access the shared folders. I use plugin 2.5 beta 3, win11, ttc 10.00. I am content manager for these folders, not admin - folders in a workspace have been shared for me. The log file is:


{
"files": [
{
"id": "1********************************",
"name": "********************************r",
"mimeType": "application/vnd.google-apps.folder",
"modifiedTime": "2022-03-09T16:22:37.995Z",
"shared": false
}
]
}


Any ideas, what goes wrong much appreciated.

Best,
Andreas
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6482
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *Horst.Epp »

Why do you test with an outdated version of the plugin ?
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
Andreas Bergmann
Junior Member
Junior Member
Posts: 3
Joined: 2022-03-09, 17:19 UTC

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *Andreas Bergmann »

Hi Mr. Epp
did a test with cloudplugin2.50beta4.zip before with same negative results. Then installed beta3 since this worked somehow for perfectcream.

but not for me...

Is there a newer version?

Best,
Andreas
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48079
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *ghisler(Author) »

cloudplugin2.50beta4.zip is the latest. It's strange, it works for me both in <shared> and "<shared drives>" .
My entries in "detailed log" look like this:
{
"id": "1***************************************************",
"name": "dumps-procdump.7z",
"mimeType": "application/x-7z-compressed",
"modifiedTime": "2021-10-17T14:11:26.061Z",
"shared": true,
"size": "132930174"
},

One difference I see here is that "shared" is set to true, while it's set to false in your log.
Author of Total Commander
https://www.ghisler.com
Andreas Bergmann
Junior Member
Junior Member
Posts: 3
Joined: 2022-03-09, 17:19 UTC

Re: Cloud plugin 2.40 failed to get the list of Google shared drives

Post by *Andreas Bergmann »

Yes, "false" sure is a problem, but I can`t tell why, since I can access all these files within various browser.

It probably is something in the google drive priviliges to access these folders.

Any idea would be great.

Best,
Andreas
Post Reply