Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix download of purchased apps #116

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

gurnec
Copy link
Contributor

@gurnec gurnec commented Feb 28, 2020

This updates delivery() to use the newer protobuf definition in the same way that download() was updated in 46b4271.

Prior to this update, delivery() would fail to retrieve the versionCode, and set it to None. The download URL would then include vc=None. It seems that Google was OK with this in the past, delivering the latest version of the app, but currently they return an HTTP "400 Bad Request" error along with the message "Error retrieving information from server. DF-DFERH-01". This update fixes things for me.

(This might be related to #113, though the traceback doesn't match up right....)

This updates delivery() to use the newer protobuf definition
in the same way that download() was updated in 46b4271.
@gurnec gurnec mentioned this pull request Feb 28, 2020
@NoMore201 NoMore201 merged commit 664c399 into NoMore201:master Mar 9, 2020
matt668 added a commit to matt668/googleplay-api that referenced this pull request Jan 9, 2024
Merge pull request NoMore201#116 from gurnec/fix-purchased-downloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants