dweinstein / node-google-play

Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
MIT License
271 stars 84 forks source link

bulkDetails limit #96

Closed AviFix closed 5 years ago

AviFix commented 5 years ago

Hi,

Thanks for the great project.

I'm trying to use the "bulkDetails" option.

On large amount of packages i get an 400 response with the following error: Error retrieving information from server. DF-DFERH-01

Do you happen to know what is the limit of packages per request?

Thanks

dweinstein commented 5 years ago

it's somewhere close to 200

AviFix commented 5 years ago

Thanks