New beta plugin available: Google Drive
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
New beta plugin available: Google Drive
Hi!
A new plugin is now available via "Add plugins" button in Total Commander for Android: Google Drive. To install it, you need to scroll to the end of the web page and click on "Or try the Google Drive beta plugin.".
This plugin needs the Google Play Store and Google Play Services installed on the device, because it uses the GMail account stored on the Android device to access the Google Drive account.
The plugin can upload and download files, and convert documents on the Drive to various formats (use the <Settings> button).
A new plugin is now available via "Add plugins" button in Total Commander for Android: Google Drive. To install it, you need to scroll to the end of the web page and click on "Or try the Google Drive beta plugin.".
This plugin needs the Google Play Store and Google Play Services installed on the device, because it uses the GMail account stored on the Android device to access the Google Drive account.
The plugin can upload and download files, and convert documents on the Drive to various formats (use the <Settings> button).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks for trying it! I just checked the Google API console for statistics, and there seem to be quite a lot of error 500 reports (=internal server error) when trying to upload a file (method "drive.files.insert").
Did anyone encounter any problems uploading a file? If yes, could you send me details about what happened? Thanks!
Did anyone encounter any problems uploading a file? If yes, could you send me details about what happened? Thanks!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Thanks for trying it! Did anyone test the uploading/downloading of "Google Docs" documents, e.g. spreadsheets, word processing files etc.?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I have already written a SkyDrive plugin, but I can't publish it as long as I don't know how to call it. Microsoft lost a trademark lawsuit against Sky Broadcasting UK and has to rename their service. The problem is that once an app has its internal name on Google Play, that name cannot be changed, otherwise updates would stop working. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Unfortunately the ignore list doesn't currently work with plugins, sorry.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- woelle@ffm
- Senior Member
- Posts: 399
- Joined: 2007-01-22, 09:26 UTC
- Location: FFM Deutschland
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
OK, after some research I found out how to not list files which are in the trash: I just need to change the query string from
q='"+pathId+"'+in+parents
to
q='"+pathId+"'+in+parents+and+trashed=false
This will just hide the files in trash permanently, so they will not be accessible from Android. Please try beta 2 from the same location (via "+" button).
q='"+pathId+"'+in+parents
to
q='"+pathId+"'+in+parents+and+trashed=false
This will just hide the files in trash permanently, so they will not be accessible from Android. Please try beta 2 from the same location (via "+" button).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: