-
-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordontclosePrevents the stale bot from closing this issue/prPrevents the stale bot from closing this issue/pr
Description
Describe the bug
when i do bootstrapListing seems to the api is not longer available
How To Reproduce
./gradlew bootstrapListing
Versions
- Gradle Play Publisher: 3.12.1
- Gradle Wrapper: 8.12
- Android Gradle Plugin: 8.12.2
Tasks executed
bootstrapListing
Additional context (if a crash, provide stack trace)
- What went wrong:
Execution failed for task ':app:bootstrapReleaseListing'.
A failure occurred while executing com.github.triplet.gradle.play.tasks.Bootstrap$ProductsDownloader
403 Forbidden
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/<app_id>/inappproducts
{
"code": 403,
"errors": [
{
"domain": "global",
"message": "Please migrate to the new publishing API.",
"reason": "forbidden"
}
],
"message": "Please migrate to the new publishing API.",
"status": "PERMISSION_DENIED"
}
yev-kanivets and biodranik
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordontclosePrevents the stale bot from closing this issue/prPrevents the stale bot from closing this issue/pr