As the error says : redirect_uri_mismatch. I guess the error comes frome here... Is there someone here who knows how to fix this please ?
Thank you !
Sameer Goyal
unread,
Feb 4, 2025, 12:00:09 AMFeb 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi,
Please try without mentioning http:// so final uri may look like 127.0.0.1 and also make sure you are requesting to google using 127.0.0.1 not by localhost it will also trigger same error even you are using same port.
Thanks!
Sameer Goyal
unread,
Feb 4, 2025, 12:04:50 AMFeb 4
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi Sameer,
Thx for helping me. I tried your solution but unfortunately not working... I can't put the uri without mentionning http://
Also, can you tell me, in the URI redirected section, do i have to put
Here is what i get when i open this snippet on github with Live server (visual studio). In the redirected URI, i tried to write it with the .html at the end (http://127.0.0.1:5500/Picker.html) and without (http://127.0.0.1:5500/Picker) but I still get the same error. I really don't know what to do to fix this...