Hi,
I'm trying do schedule a cloud function, that worked perfectly when I tested and deployed, but it is giving me an error. The error happens in a specific part, when I'm trying to use pandas df.to_excel:
Hi @Vkzera,
Welcome to Google Cloud Community!
Your Cloud Function is encountering a "Read-only file system" error because it lacks permission to write to the designated location. Here are the key steps to resolve it:
1. Choose a writable location:
2. Ensure proper environment:
3. Debug and refine: