Install rclone:
sudo apt update
sudo apt install rclone
Configure rclone with Google Drive
rclone config
Follow the prompts to authenticate via a web browser. Paste the provided token back into your terminal. For detailed setup including creating your own client ID for higher limits, visit: https://rclone.org/drive/#making-your-own-client-id
gdrive
is the name of the remote you configured in the previous step, but you can use any name you like.
- List files:
rclone ls gdrive:
- Copy files:
rclone copy gdrive:path/to/file /local/path
The simplest workaround is to simply copy the relevant files you want to access to your own Google Drive.