Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions v2/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A collection of command-line samples for the Play Developer Publishing API.
2. Execute any of the scripts to begin the auth flow:

```bash
$ python basic_list_apks.py
$ python basic_list_apks.py com.myapp.package
```

A browser window will open and ask you to login. Make sure the account has
Expand All @@ -42,7 +42,7 @@ A collection of command-line samples for the Play Developer Publishing API.

4. The script will output a list of apks.

5. The tokens will be stored in `adsense.dat`. Remove this file to restart the
5. The tokens will be stored in `androidpublisher.dat`. Remove this file to restart the
auth flow.


Expand All @@ -57,7 +57,7 @@ the same directory and rename it to `key.p12`.
3. Execute the script:

```bash
$ python basic_list_apks_service_account.py
$ python basic_list_apks_service_account.py com.myapp.package
```

4. The script will output a list of apks.
Expand Down