Hi Mitchell,
Thanks for confirming that its a two step process: I have to use my credentials to send link request and user credentials have to be used to accept the request.
Thanks for the links, I have visited them previously, but one part is still not clear to me.
As for user, I was only able to get access_token and id_token. Are these sufficient?
From the flow that you mentioned it sounds like that I should have users developer_token, client_id and client_secret. Just to clarify, its a user account that I do not control. I think that the user should not be sending these to me.
Some brainstorming thoughts:
- I stumbled upon some mentions settings Bearer Authentication header to access token value. Maybe this is something what I should look at. (There is no mention of it in google-ads-python library)
- Maybe I should to steps before linking account? For example, I should be able to somehow list customer id that can be managed by the user @ mail.com who authorized me to manage his Ads accounts.
Thanks again and
let me know if I can provide any info to make this easier.