Hello,
I have followed the documentation how to create a test account.
I have ended up with a production account and a test account under the same google account:
In my production account, I have created a developer token with an Access level of Test Account.
In developer console I have created an Oauth 2 client ID:
I have used this Client ID to create a refresh token using Python client library.
Then I've tried to verify if I'm able to interact with API with this example:
However what concerns me, is that when I use the test manager ID
(438-671-3590) as a customer ID, I get this error:
What am I doing wrong? How could I set it up so I can use API to access my test account? (I don't API Center option in Tools&Settings>SETUP in my test account)
Thank you