oAuth, redirect_uri, Redirect URL and custom config

I am trying to proxy the oAuth google drive authorization process.
I am able to create the final url for authorization, but after pressing allow, I am redirected to http://127.0.0.1:53682/
Anyway I can modify this so the final redirection comes back to my proxy?

rclone v1.61.1

  • os/version: debian buster/sid
  • os/kernel: 4.9.11-rt9_+ (armv7l)
  • os/type: linux
  • os/arch: arm
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

Google Drive

Rclone obeys the HTTP proxy environment variables.

These 127.0.0.1 addresses are hard coded for each service so it would need a code patch I think.

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