Unable to receive a permanent access token for my Shopify App

前端 未结 2 1447
青春惊慌失措
青春惊慌失措 2021-02-04 20:34

I\'m following the Shopify instructions to get a permanent token for a particular app/shop combination (http://api.shopify.com/authentication.html).

I\'m able to get the

2条回答
  •  春和景丽
    2021-02-04 20:42

    Once the code is used once it expires, you need to store the token or request a new code. In the logs one of your requests succeeded, then you continued making access token requests with the same code which failed because the code was expired.

    Try requesting permission again and making the access token call with the new code that you receive. Make sure to store the access token because the code cannot be used again.

提交回复
热议问题