Skip to main content

although I’m importing the manifest and getting payment token by quering figma.payments?.getPluginPaymentTokenAsync() from the same account as the one I’m generating the figma access token in https://www.figma.com/developers/api#payments I’m getting the following error which doesn’t make sense.

{
  "error": true,
  "status": 401,
  "message": "You do not own the plugin you are querying",
  "i18n": null
}

Be the first to reply!