How to connect Google Console API via Manage Oauth

Hi, all.

I would like to move the csvfile from GCS to Google Drive.

I realize that I have to register the GCP Oauth credentials via Manage Oauth, according to this document.

Then I configured it like below.

And it showed that it was successful to be authorized.

But When I run Python Script component which is for connect to Google API, it shows error message below.

Please visit this URL to authorize this application: Sign in - Google Accounts

Enter the authorization code: 

I think that the reason why I couldn’t connect because the callback URL is HTTP, not HTTPS right??

Or is there something problem, please let me know how to connect to Google Drive via OAuth.

 

Thank you.