Getting Permission denied on Google Assistant Rasa

------action.json--------------------------

{ “actions”: [ { “description”: “Default Welcome Intent”, “name”: “MAIN”, “fulfillment”: { “conversationName”: “welcome” }, “intent”: { “name”: “actions.intent.MAIN”, “trigger”: { “queryPatterns”:[“talk to Chatbot Bigbang”] } } }, { “description”: “Rasa Intent”, “name”: “TEXT”, “fulfillment”: { “conversationName”: “rasa_intent” }, “intent”: { “name”: “actions.intent.TEXT”, “trigger”: { “queryPatterns”: } } }], “conversations”: { “welcome”: { “name”: “welcome”, “url”: “http://91dd5a27.ngrok.io/webhooks/google_assistant/webhook”, “fulfillmentApiVersion”: 2 }, “rasa_intent”: { “name”: “rasa_intent”, “url”: “http://91dd5a27.ngrok.io/webhooks/google_assistant/webhook”, “fulfillmentApiVersion”: 2 } } }



I would be very very very thankful to you, if you help me in this problem @Juste @jason @JiteshGaikwand @samscudder @erohmensing @Bunny99

Hey @jehanzaib12. I have just double checked the tutorial. At this point you have to make sure that you are connected to the same google account as you used to create your google actions skill.

delete the creds.data file will solve this problem

1 Like