Hey everyone,
I'm having a really frustrating time trying to create an OAuth 2.0 Client ID for my Apps Script web app. Basically, I'm building a simple tool that uses the Google Tasks API to automatically create a 90-day plan. Super useful, right?
But I keep running into this weird "Invalid origin: URI must not contain a path or end with '/'" error when I try to set up the Authorized JavaScript origins. Here's the catch – my origin URL does end with a forward slash, just like it's supposed to!
I've tried everything I can think of:
Here are some details that might help:
I'm really stumped. Has anyone else encountered this issue? Any tips or tricks would be greatly appreciated!