You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch Drive fetch to JSONP to bypass CORS restrictions
Apps Script redirects cause CORS proxies to timeout. JSONP via
dynamic script tag injection bypasses CORS entirely and works
reliably with Google Apps Script web app endpoints.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments