Commit d838b78
fix: use download_media method for Google Play API binary downloads
- Changed from download() to download_media() method
- This fixes the HTTP 204 error when downloading signed APKs
- download_media() returns the actual media content instead of metadata
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5597c7d commit d838b78
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
534 | 536 | | |
535 | 537 | | |
536 | 538 | | |
537 | 539 | | |
538 | 540 | | |
539 | 541 | | |
540 | 542 | | |
541 | | - | |
542 | 543 | | |
543 | 544 | | |
544 | 545 | | |
| |||
0 commit comments