New plugin available: Cloud (access to Box, Dropbox, etc).

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
artt
Junior Member
Junior Member
Posts: 50
Joined: 2009-05-03, 07:03 UTC

Post by *artt »

Doktor wrote:Thank you! I found it and it works now.

Question: Each time, when I restart TC I get the following error message: Klick
Any ideas?
Hi,

I have the same problem as "Doctor" ONLY for my OneDrive account.
- TC: 9.12 x32
- CloudPlugin: 1.10 chromium
- OS 1: Windows 10 Professional 1709 x64 ("Fall Creators" OS Build 10.0.16299.15)
- OS 2: Windows 7 Ultimate x32

All other accounts (2 DropBox, 2 GoogleDrive, 1 Box) are working good!

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

Post by *ghisler(Author) »

The cloud plugin tries to reconnect with the last credentials when re-opening a connection which is saved with master password. Apparently the connection credentials are no longer valid for this connection. You can disable the storing of the credentials in the connection settings.
Author of Total Commander
https://www.ghisler.com
molnart
Junior Member
Junior Member
Posts: 2
Joined: 2015-05-31, 20:52 UTC

Post by *molnart »

hi, how to resolve this issue:

even when i am in the C: root directory, the address bar shows the *shared*\JRK DISK folder, and i can only see the folder structrue but all files are invisible. the error only appears on the right side panel.
i uninstalled the plugin but the location seems to be stuck...

screenshot here: https://snag.gy/aS0zLI.jpg
Last edited by molnart on 2018-02-01, 13:48 UTC, edited 1 time in total.
trevor12
Junior Member
Junior Member
Posts: 65
Joined: 2012-12-06, 15:16 UTC
Location: Czech republic

mega

Post by *trevor12 »

pls add mega cloud storage if possible
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately I can currently only support clouds using the REST API and OAUTH2 authentication. Mega uses its own proprietary access method where the files are encrypted on the user's PC. There is an SDK, so it should be quite easy to write a standalone plugin. But I'm currently too busy for that, sorry.
Author of Total Commander
https://www.ghisler.com
trevor12
Junior Member
Junior Member
Posts: 65
Joined: 2012-12-06, 15:16 UTC
Location: Czech republic

re

Post by *trevor12 »

maybe in the future when you will have some free time or another user of this forum is capable to make this useful plugin
n4c4
New Member
New Member
Posts: 1
Joined: 2018-02-26, 06:27 UTC

Post by *n4c4 »

Not working with Google Drive since approx. 24 Feb 2018 - eternal loading of password form with no available input at first try OR waitpage.htm for others (Cloud
1.11 with integrated Chromium browser)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I can reproduce it on Windows 10.

The Chroumium based plugin is using a very old version of Chromium, which
1. still runs on Windows XP, and
2. uses much less space than current versions

Apparently Google changed some scripts on their login page which are not compatible with this old version. :(

Solution: Try the standard plugin instead until Google fixes the bug.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Hi!

Unfortunately I couldn't get newer versions of the Chromium code to compile with my Visual Studio. Also it would get very large.

Therefore I have now implemented something different: There is now an option to use any installed Web browser to log into the cloud service! The user can choose the Web browser separately for each service.

To return the authorization code to Total Commander, my plugin starts a small web server, to which the output is then redirected. The plugin uses port 38080, and if occupied, 48080, and finally port 80.

Download here:
https://www.totalcommander.ch/beta/cloudplugin2.0beta1.zip

So far I have tested it with the following browsers:
- Microsoft Edge
- Internet Explorer
- Chrome
- Firefox
all on Windows 10.

Please report here if there are any problems! Please report the Windows version and cloud service you try to use.
Author of Total Commander
https://www.ghisler.com
User avatar
artt
Junior Member
Junior Member
Posts: 50
Joined: 2009-05-03, 07:03 UTC

Post by *artt »

Hi,

Cloud plugin version 2.0beta1 successfully connected to my personal OneDrive account.
  • - Cloud service provider: OneDrive New (Business+Personal)
    - Login with: Firefox 58.0.2 portable (path to... FirefoxPortable.exe)
    - OS: Windows 10 Professional 1709 x64
Thanks Ghisler
Polv89
New Member
New Member
Posts: 1
Joined: 2018-03-30, 08:02 UTC

Post by *Polv89 »

I tried latest beta plugin, but when i launch it i have this error:
"Usage:
oauthbrowser window_handle

Thanks a lot
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

It looks like you picked oauthbrowser.exe as the external browser. This does NOT work. Please either use external browser firefox, chrome, edge, internet explorer or opera. Or use the first option in the settings to use the internal browser.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

A new beta of my cloud plugin is available now: It supports files shared by other users in the OneDrive (new) cloud type.

Download here:
https://www.totalcommander.ch/beta/cloudplugin2.0beta2.zip

There are two types of shared resources:
1. Resources which are shown via the "Shared" item in the Web version of OneDrive. They can be accessed via *shared* subfolder.
2. Shared folders which appear as normal folders within the user's OneDrive. They can be accessed directly.

Please report here if there are any problems! Please report the Windows version and cloud service you try to use.
Author of Total Commander
https://www.ghisler.com
city_zen
Junior Member
Junior Member
Posts: 10
Joined: 2009-05-01, 19:56 UTC

Post by *city_zen »

Hi, Christian
Thanks for developing the Cloud plugin. I'm currently using it with Google Drive and it's very useful

Would it be possible to add support for Backblaze B2?

I already read your previous statement:
ghisler(Author) wrote:Unfortunately I can currently only support clouds using the REST API and OAUTH2 authentication
I don't know enough about APIs to know if B2 uses that API and authentication. In any case, here's the official documentation for B2:

B2 Cloud Storage Docs

Please let me know if it is indeed possible to support it

Thank you
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately it wouldn't be that easy, because Backblaze doesn't support folders. They only support buckets (like Amazon S3), and each bucket can contain files. But there are no subfolders within buckets, or buckets within buckets. It seems to be possible to simulate subfolders with file names containing slashes, but it means that there are no empty folders (F7 new folder would not work).
Author of Total Commander
https://www.ghisler.com
Post Reply