Google Play Android Developer API not giving complete released bundle version code information

27 Views Asked by At

When I request Google Play Android Developer API to fetch the released bundles using the below request TRACK_INFO=$(curl -X GET
-H "Authorization: ***"
"https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{package_id}/edits/{edit_id}/bundles")

by this request I am getting only few released bundle information only , I want all released bundles information. Duly checked service account permissions and all, everything looks good.

0

There are 0 best solutions below