Субота, 23 квітня 2016 р. 04:18:11 EEST, Miguel Ángel Gutiérrez Antuñano
було написано таке:
> Hi again Yuri,
>
> Again, thanks you for the information.
>
> I've fight with the OneDrive solution you proposed and I find a
> solution but its not so good: Using Rekonq browser I manage to
> see a folder of google drive but the problem is that i need to
> connect to hotmail using that browser each time i restart the
> computer.
>
> Regarding Google Drive, i didn't find solution in the link you
> posted and neither in the internet (withour installing other
> software).
>
> I'm considering trying total commander in wine emulator but
> this solution about rclone you mentioned... allows you to "see"
> the cloud files in krusader?
Sure (I have tested just Google Drive and Dropbox).
What I did:
1. Downloaded rclone archive with binary from here:
http://rclone.org/downloads/
2. Unpacked rclone binary to /usr/local/bin
3. Used 'rclone config' to configure the cloud.
4. Cloned the drive to the local folder ('test' is a test folder in the
cloud, Google Drive this time):
rclone copy gdrive:test /home/yurchor/temp/test/
5. Added Krusader UserActions to sync with the following commands:
rclone sync gdrive:test /home/yurchor/temp/test/ (Pull from cloud)
rclone sync /home/yurchor/temp/test/ gdrive:test (Push to the cloud)
Everything works so far (as soon as I remember to sync ;) ).
Best regards,
Yuri