wallet-samples icon indicating copy to clipboard operation
wallet-samples copied to clipboard

Getting permission denied while creating passClass

Open akhil-arora1999 opened this issue 1 year ago • 1 comments

#STEPS FOLLOWED:

  • Created service account and created new key.
  • Downloaded service.json file.
  • Loaded service.json file,and initialize the google client.
  • Setuped the axios api call with required payload.
  • After verifying the error comes,after api call,It return's wallet object permission access denied.

@stephenmcd Suggest me the best solution to rectify the issue and let me know the steps to provide the access to particular service account for wallet object permission.

Thank You!!

akhil-arora1999 avatar Nov 23 '23 10:11 akhil-arora1999

You may have missed one of the setup steps here: https://developers.google.com/wallet/generic/getting-started/auth/rest

stephenmcd avatar Nov 23 '23 23:11 stephenmcd