I would like to copy files from the command line to the dolphin-goolgle-drive folder in the network.
How can i do it?
If you have kio-gdrive working (that may not possible ATM)
It’ll soon be once again possible to log into your Google account in System Settings — but unfortunately without Google Drive permission, since we have thus far been unable to demonstrate to Google’s satisfaction that our software capable of interfacing with Google Drive is safe. This makes the account somewhat less useful to log into, but at least you can again. (Nate Graham, kaccounts-providers 24.12.2. Link)
From This Week in Plasma: Getting Plasma 6.3 in Great Shape - KDE Blogs
You can use kioclient
:
kioclient cp my-local-file gdrive://path-on-google-drive
This works with an kio filesystem protocol, smb:// (s)ftp:// onedrive:// …
kioclient cp works fine; i have several gdrive accounts and the grive:// path accepts one or the other perfectly.
thanks.