HI
Somehow i am able to get 'refresh_token' for my project, but now i am facing another issue. It keep showing 'An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']
' on access for any example.
Some insights about my account:
1. My MCC ID : 436-190-1889
2. Currently using test account
3. Developer Token Status: Pending
4. Using PHP client
auth.ini detail:developerToken = "********"
userAgent = "Company Name"
clientCustomerId = "436-190-1889"
[OAUTH2]
client_id = "*********.
apps.googleusercontent.com"
client_secret = "************"
refresh_token = "*****************************"
Can you please help me to resolve this issue? I have tried with multiple example as given in PHP client library but all of them is giving same error.