user2539341
user2539341

Reputation: 71

Chrome Packaged App TOKEN_MISSING_ERROR

I have a Chrome packaged application that I am testing to add in-app purchases. When running the application from my own account querying getSkuDetails works fine. However, when running it from another test account, it returns TOKEN_MISSING_ERROR. I cannot find any google developer documentation to help me progress this. Has anyone come across this?

Upvotes: 1

Views: 222

Answers (1)

Joseph Shih
Joseph Shih

Reputation: 1294

I discovered that this problem is related to the Chrome browser not being logged in. I ran into this same issue on my test machine's Chrome browser, however, after I logged Chrome into my Google Account, it returned success and I could also open the buy window.

Upvotes: 4

Related Questions