-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bandwidth issue in premium account. #125
Comments
Please email me full generated json and project id to a.timoshenko@anchorfree.com |
"credentials" should be escaped string with service account. {
"credentials":"{\"type\":\"service_account\",\"project_id\":\"api-3333333333333333333-333333\", ...}",
"application":"AnchorFree-Backend/1.0"
} You could correctly escape service account in browser console, for example:
|
Hi @naphaso thanks it's work for me. @OverRide and getting error is below Please help me. |
Email sent. Please check. yogeshwar.quantum4u@gmail.com |
I am also facing the same issues |
@lamlt95 have you tried #125 (comment) ? |
thanks. I have tried and succeeded |
Can you send me your application google play link? |
As per documentation, we have created a API Access and service account for the purchase info and also provided all relevant access on google console and cloud console
But when we are updating the below json, its always returning "failed to parse purchase settings"
{
"credentials": {
"type": "service_account",
"project_id": "api-3333333333333333333-333333",
"private_key_id": "3333333333333333333333333333333333333333",
"private_key": "-----BEGIN PRIVATE KEY----- MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQC3eWGUsgiwXzEG ...= -----END PRIVATE KEY----- ",
"client_email": "perchaseverification@api-8590733015157495171-576381.iam.gserviceaccount.com",
"client_id": "110405678044800470496",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/perchaseverification%40api-1111111115157495171-511181.iam.gserviceaccount.com"
},
"application": "AnchorFree-Backend/1.0"
}
The text was updated successfully, but these errors were encountered: