2015-11-05 26 views
1

使用gsutil我如何從谷歌播放商店查看應用評論?gsutil - 如何從谷歌獲取Android應用評論報告播放

到目前爲止我已經安裝gsutil並運行gsutil配置,但它詢問我的項目ID和我沒有一個項目ID我的應用程序在Play商店。我能不能運行一個命令來獲取Google Play評論的報告?

這裏是發生了什麼,當我執行gsutil配置:

的gsutil配置

This command will create a boto config file at /Users/myuserID/.boto 
containing your credentials, based on your responses to the following 
questions. 
Please navigate your browser to the following URL: 
https://accounts.google.com/o/oauth2/auth?scope=https://somesite 
In your browser you should see a page that requests you to authorize access to Google Cloud Platform APIs and Services on your behalf. After you approve, an authorization code will be displayed. 

Enter the authorization code: 4/....XXXXXX 

Please navigate your browser to https://cloud.google.com/console#/project, 
then find the project you will use, and copy the Project ID string from the 
second column. Older projects do not have Project ID strings. For such projects, 
click the project and then copy the Project Number listed under that project. 

What is your project-id? 

回答

0

安裝Cloud SDK

gcloud auth login 
gsutil cp gs://pubsite_prod_rev_xxxx/reviews/reviews_com.yyyy.csv . 
相關問題