Which one should I pick?In my case OneDrive works without timeouts with settings:
uploadBlockLimit=30720
or
uploadBlockLimit=33280
New plugin available: Cloud (access to Box, Dropbox, etc).
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
No I haven't, sorry. Do you mean this change?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
I think that 30720 would be safer.
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
A new beta version of my cloud plugin is available now:
Cloud plugin 2.50 beta 6
What's new?
Beta 6:
- Onedrive: Use multiple of 320kBytes (30720k) by default for upload block size, and make sure a user-provided value is also a multiple of 320k
Beta 5:
- New internal oauth2 browser based on WebView2, will be called when WebView2 is installed and available (e.g. on recent versions of Windows 10 and 11)
- Support multiple accounts in login dialog of OneDrive and OneDrive New
- Google drive: Show "Computers" created by the Desktop backup function. The computers need to contain the word "computer" anywhere in their name to be visible
- Strato HiDrive: Support file uploads >2GB, upload in 50MB chunks with auto-resume on error/connection loss
- Don't delete local file when a download fails before a single byte has been received
- Yandex disk: Error transferring files containing special characters in the name like # or %, must be escaped
Please try it, especially the new login via WebView2 based on Edge!
You can recognize it by its title bar "Oauth2 login (webview 2)".
Please note that it will not work with Google Drive. Google forbids to use your own browsers for login.
Cloud plugin 2.50 beta 6
What's new?
Beta 6:
- Onedrive: Use multiple of 320kBytes (30720k) by default for upload block size, and make sure a user-provided value is also a multiple of 320k
Beta 5:
- New internal oauth2 browser based on WebView2, will be called when WebView2 is installed and available (e.g. on recent versions of Windows 10 and 11)
- Support multiple accounts in login dialog of OneDrive and OneDrive New
- Google drive: Show "Computers" created by the Desktop backup function. The computers need to contain the word "computer" anywhere in their name to be visible
- Strato HiDrive: Support file uploads >2GB, upload in 50MB chunks with auto-resume on error/connection loss
- Don't delete local file when a download fails before a single byte has been received
- Yandex disk: Error transferring files containing special characters in the name like # or %, must be escaped
Please try it, especially the new login via WebView2 based on Edge!
You can recognize it by its title bar "Oauth2 login (webview 2)".
Please note that it will not work with Google Drive. Google forbids to use your own browsers for login.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
Tested ok, with OneDrive and the WebView2 based login.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
- patrickdrd
- Junior Member
- Posts: 52
- Joined: 2006-06-06, 22:11 UTC
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
besides that, thumbnails don't work either,patrickdrd wrote: 2022-11-07, 09:59 UTC hello,
I tried to use DirSizeCalc to find empty directories on my gdrive and
I got this error message:
"Function not supported Content plugins + File system plugins"
is there any other way I can search for empty folders?
is there any way these limitations be removed?
maybe in a future release?
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
patrickdrd,
Well, to support content plugins and thumbnails in filesystem plugins would mean that TC would need to download all the files before showing any thumbnails or content data.
Roman
Well, to support content plugins and thumbnails in filesystem plugins would mean that TC would need to download all the files before showing any thumbnails or content data.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
Some cloud services actually provide thumbnails, all I would have to do is download them. However, this would result in thousands of requests per directory when there are many files, which may rate limit my plugin or even block it for overloading the system...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
2ghisler(Author)
Can you make it configurable?
0 - don't download thumbnails
1 - download all thumbnails
n>1- download if there are less than n files (download only n thumbnails)
Can you make it configurable?
0 - don't download thumbnails
1 - download all thumbnails
n>1- download if there are less than n files (download only n thumbnails)
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
No, sorry, I don't want to risk a ban of my plugin.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
2ghisler(Author)
And what about:
1 - download thumbnail for file under cursor
n < 50 - download thumbnails for selected files or files visible on the list
And what about:
1 - download thumbnail for file under cursor
n < 50 - download thumbnails for selected files or files visible on the list
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
This can't be done from within the plugin, it would need modification of Total Commander too.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
So only n<Nmax for download n thumbnails is possible?
Andrzej P. Wozniak
Polish subforum moderator
Polish subforum moderator
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
can EBWebView\ & tccloud.ini be stored in plugin dir instead of TC root?
OS: Win10 | TC: latest x64
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
This has nothing to do with the Cloud plugin, but the answer is yes.KozakMak wrote: 2022-12-02, 06:11 UTC can EBWebView\ & tccloud.ini be stored in plugin dir instead of TC root?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: New plugin available: Cloud (access to Box, Dropbox, etc).
1. in edgeviewer.ini changeKozakMak wrote: 2022-12-02, 06:11 UTC can EBWebView\ & tccloud.ini be stored in plugin dir instead of TC root?
Code: Select all
[Chromium]
UserDir=[your wanted path for EBWebView]
2. tccloud.ini
Add to your wincmd.ini
Code: Select all
[ReplaceIniLocation]
cloudplugin.wfx=[your wanted path]tccloud.ini
both support EnvVars so for example my EBWebView entry is UserDir=%TEMP%
HTH
Hoecker sie sind raus!