Google Ads Api with OAuth

Hey, I need some help!

I’m trying to connect my App to the Google Ads API using OAuth.
I want users to be able to connect my app to Google Ads, so I can make changes to advertisement campaigns on behalf of them.

image
These are the settings I tried, but it gives me a generic error message.

Can someone help me or point me in the right direction?

Thank you
Max

Did you ever get a reply to this? Need help here as well

Em User profile endpoint, use: https://www.googleapis.com/oauth2/v1/userinfo
Desmarque: Add access_type=offline (Google APIs)
Desmarque: Authentication goes in the header
Depois, Token name = access_token

Espero que ajude!