What is the problem you are having with rclone?
When I try to add a Google Drive share, I get the following message when trying to log into my university's Google account:
Access blocked: rclone can only be used within its organization
<my emails>
rclone is restricted to users within its organization. If you think you should have access, you can contact the developer. Learn more about this error
If you are a developer of rclone, see error details.
Error 403: org_internal
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/version: darwin 13.0.1 (64 bit)
- os/kernel: 22.1.0 (arm64)
- os/type: darwin
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.20.2
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
N/A
The rclone config contents with secrets removed.
[gdrive-ur]
type = drive
client_id = ...
client_secret = ...
scope = drive
token = {"access_token":"...","expiry":"2021-05-25T08:47:51.404236-04:00"}
[gdrive-ur-crypt]
type = crypt
remote = gdrive-ur:Vault/Hidden Filenames
filename_encryption = standard
directory_name_encryption = true
password = ...
[gdrive-ur-crypt-shownames]
type = crypt
remote = gdrive-ur:Vault/Visible Filenames
filename_encryption = off
directory_name_encryption = false
password = ...
[yale]
type = drive
client_id = ...
client_secret = ...
scope = drive
A log from the command with the -vv
flag
N/A