© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•2y ago•
7 replies
soos

Proxy'ing google docs document

export default {
  async fetch(request, env, ctx) {
    // URL of the Google Doc (make sure it's shareable and publicly accessible)
    const googleDocUrl = 'https://docs.google.com/document/d/doc-id/view';
    
    // Fetch the Google Doc and return as response
    return fetch(googleDocUrl);
  },
};
export default {
  async fetch(request, env, ctx) {
    // URL of the Google Doc (make sure it's shareable and publicly accessible)
    const googleDocUrl = 'https://docs.google.com/document/d/doc-id/view';
    
    // Fetch the Google Doc and return as response
    return fetch(googleDocUrl);
  },
};


I am trying to proxy a google document with cloudflare workers and I am getting this error, is what I am doing possible?
image.png
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Proxy video from Google Cloud Storage
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago
Workers Browser + Proxy
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
11mo ago
Cloudflare Proxy Setup
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
12mo ago
Cloudflare Access Proxy
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
15mo ago