What is your goal?
Create automatic meeting summary with AI
What is the problem?
I developed a workflow to summarise via prompt AI Perplexity meeting notes. After AI summary, the workflow prepare word document and then a sharable gdrive file. during this step (the final one before sharing via email) an error 403 comes up. see snapshot attached.
What have you tried so far?
Checked all the references and work fine. This scenario run fine before. I had to refresh the connection with Gdrive every few weeks because lost authorisation.
Create public scenario page
Hey Mario!
That 403 message – “request had insufficient authentication scopes” – means your current Google Drive connection in Make was authorized without the permissions needed to change sharing settings.
You may try these fix:
-
In the failing Google Drive module, create a brand new Drive connection (don’t just refresh the old one) and accept all requested Drive permissions.
-
Select this new connection in all Drive modules in the scenario (file creation and the “make shareable” step).
-
Run the scenario again with a fresh test meeting.
If it still fails, check if the file is in a Shared Drive or if your Workspace admin blocks public/external link sharing – both can also cause 403s when trying to make a file shareable**.**
-John
Thanks a lot, i refreshed the connection and worked.
Cheers
Mario
Hey Mario, you’re very welcome. 