Proxy'ing google docs document
I am trying to proxy a google document with cloudflare workers and I am getting this error, is what I am doing possible?
6 Replies
what exactly are you trying to do?
Modern webpages are composed of a ton of extra resources, html is just the starting piece. Javascript, css, images, fetch requests, etc. More then likely Google Docs is trying to load the other resources from the same path and failing. They might even have protection against being proxied like that due to scammers and such, unlikely you'd be able to login for example.
would embedding it be a better solution then?
Using the publish to web stuff and iframing it? Quite possibly, although it depends on what you're trying to do/solve
just trying to get a live updating resume thing thats on my domain from google docs
do you update it that much? I would just export as pdf and link to it or something, but yea I'd go the embed/iframe way then
https://support.google.com/docs/answer/183965?sjid=6509414300131048649-NA#embed_files&zippy=%2Cembed-a-document-spreadsheet-or-presentation
Make Google Docs, Sheets, Slides & Forms public - Computer - Google...
Want advanced Google Wo
yeah, my bot uses it when I auto fill on application websites
https://support.google.com/docs/answer/183965?sjid=6509414300131048649-NA#embed_files&zippy=%2Cembed-a-document-spreadsheet-or-presentationthanks