Google Play Developer API - “The current user has insufficient permissions to perform the requested operation.”

后端 未结 7 1329
执笔经年
执笔经年 2021-01-01 08:57

I have a Google dev console process with Google Play Developer API is enabled and the project is linked to Google Play project. In Google Dev console project, created OAuth

7条回答
  •  时光取名叫无心
    2021-01-01 09:43

    I looked everywhere on the internet and found somewhere that you might need to wait for at least 24 hours.

    Ensure you have done everything correctly as below.

    1. Go to https://console.cloud.google.com
    2. Create a project (or select existing project)
    3. Create a service account with role Pub/Sub Admin
    4. Go to https://console.cloud.google.com/apis/library and search for "Google Play Android Developer API"
    5. Enable that API
    6. Go to https://play.google.com/apps/publish
    7. Go to Settings > Developer account > API Access
    8. Link the project that you created in step 2
    9. The service account will appear that you created in step 3
    10. Grant access to it with Finance permission to the app in play console
    11. Very important: Wait for at least 24 hours for changes to take effect.

提交回复
热议问题