Google API Client will not authorize

What is the problem you are having with rclone?

Google API Client will not authorize

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.0
  • os/version: arch rolling (64 bit)
  • os/kernel: 6.0.2-arch1-1 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.2
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Want to use Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

rclone config

The rclone config contents with secrets removed.

Paste config here

Option e

e) Edit existing remote

n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config

A log from the command with the -vv flag

Paste  log here
```### Thank You

hello and welcome to the forum

trying to narrow done your issue, can you explain in more detail?

on the machine that is running rclone, does it have have a web browser?
if not, then need to run rclone on a machine with a web browser
https://rclone.org/remote_setup/

can you run rclone config -vv and post the output.
make sure to redact/delete id, secrets, tokens
and if there is any error message in the web browser, a screenshot snippet

Hi and thank you

I have Firefox running on a pc running Arcolinux -once I get to the google auth page its says

rclone has not completed the Google verification process. The app is currently being tested, and can only be accessed by developer-approved testers. If you think you should have access, contact the developer.
If you are a developer of rclone, see error details.
Error 403: access_denied

I get this far - google drive auth page NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=R2vkEfRZea-M0cUiiGGtSA
Access blocked: rclone has not completed the Google verification process
macintosh7778@gmail.com

rclone has not completed the Google verification process. The app is currently being tested, and can only be accessed by developer-approved testers. If you think you should have access, contact the developer.
If you are a developer of rclone, see error details.
Error 403: access_denied

2022/10/22 22:23:40 DEBUG : rclone: Version "v1.60.0" starting with parameters ["rclone" "config" "-vv"]
2022/10/22 22:23:40 DEBUG : Using config file from "/home/macintosh/.config/rclone/rclone.conf"
Current remotes:

Name Type
==== ====
clonezip drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q>

Rclone.conf

[clonezip]
type = drive
client_id =xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.googleusercontent.com
client_secret = exit
scope = drive
team_drive =

i was able to create a gdrive remote using v1.60.0

did you publish the app as production?
based on the screen snippet, if your app is in testing, i think you need to explicitly add users.

image

Thank You ! I needed to put my google id into production

All the best

Harvey

sure, no worries,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.