I am trying to reply to a review made to my android app through the API by calling this:
https://www.googleapis.com/androidpublisher/v2/applications/packageName/reviews/reviewId:reply?access_token=access_token
Package name, reviewId and access_token are all correct and I have gotten list of reviews using the same credentials.
I get error code 500 which is an internal server error. Does it mean the error is from Google API's side? Can anybody please suggest a workaround?