broke my rclone gdrive mount. Accidentally deleted my rclone.conf when trying to migrate to portainer and wasn't thinking on my bind mounts I directed it to where my rclone.conf was and deleted it on accident. I tried copy/pasting my conf from my macbook pro rclone conf b/c with googles new security you can't authenticate with 2.0 auth anymore. I have tested it on 1.60.1 trying to create a new project with new credentials as well I still run into the 400 error when trying to get the auth token.
My best guess ATM is kio-gdrive can only be installed if one is running proper KDE Neon. If that's right, then I'm ready to give up after reading the Neon FAQ, unless anyone wants to persuade me that I am at least no worse off with it than Kubuntu - my impression is that I would be. If I read the runes correctly then simply adding the Neon repository just seems like making a rod for my own back.
download gdrive
There's a few alternatives to construct a GDrive remote URL for different uses,such as a folder or subfolder in root, shared folders not owned by your account,etc. The URL is formed with a base, and an optional path to an existingfolder i.e. gdrive:///path/to/folder. The base can be one of:
On the first usage of a GDrive remote, for example when trying to dvc pushtracked data for the first time, DVC will prompt you to visit a special Googleauthentication web page. There you'll need to sign into a Google account withthe needed access to the GDrive URL in question. The authprocess will ask you to grant DVC the necessary permissions, and produce averification code needed for DVC to complete the connection. On success, thenecessary credentials will be cached globally, for example in/Library/Caches/pydrive2fs/gdrive_client_id/default.json for macOS (seegdrive_user_credentials_file), and used automatically next time DVC needsthem.
Alternatively, a GDRIVE_CREDENTIALS_DATA can be set to pass user credentialsin CI/CD systems, production setup, read-only file systems, etc. The content ofthis variable should be a string with JSON that has the same format as in thecredentials files described above, and usually you get it going through the sameauthentication process. If GDRIVE_CREDENTIALS_DATA is set, thegdrive_user_credentials_file value (if provided) is ignored.
Alternatively, a GDRIVE_CREDENTIALS_DATA can be set to pass service accountkey in CI/CD systems, production setup, read-only file systems, etc. Thecontent of this variable should be a string with JSON that has the sameformat as in the keys file described above. If both this variable andgdrive_service_account_json_file_path are provided,GDRIVE_CREDENTIALS_DATA takes priority andgdrive_service_account_json_file_path is ignored.
gdrive_trash_only - configures dvc gc to move remote files totrashinstead ofdeletingthem permanently. false by default, meaning "delete". Useful for shareddrives/folders, where delete permissions may not be given.
gdrive_acknowledge_abuse - acknowledge the risk of downloading potentiallyabusive files. Anythingidentified as such (malware, personal info., etc.) can only be downloaded bytheir owner (with this param enabled).
f448fe82f3