Feargal Walsh

Results 2 issues of Feargal Walsh

I've set up my plugin on Google Cloud Platform but no matter what values I set in the dashboard or code for the redirect_uri I get the same error You...

I'm working on a plugin to create a calendar event with Google via the text interface. I wrote a function with the route `/create-calendar-event` ``` @app.route("/create-calendar-event", methods=['POST']) async def create_calendar_event():...