so I have opened a google cloud platform account and would like to programmatically download my apps reviews from Google Play Store. On a support.google.com page it says that I could do this with gsutil. I tried the example code:
gsutil cp -r gs://pubsite_prod_rev_0123456789/reviews/reviews_com.example.app_2014* /your/local/directory
Replacing the examples. But I cant get it to work. It says 'No URLs matched'
1) What do I do wrong?
2) I dont think this command programmatically downloads this report everyday, how would I do this?
Thanks