[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # OSError: [Errno 30] Read-only file system: 'temp/cookies.txt' 72 views · 0 likes · 2 posts Codingwithashu (@codingwithashu) · 2024-08-26 <!-- Be sure to include all detail needed to let others see the same problem --> I have folder with temp/cookies.txt in my python project, my plugin need to write & read , but this error comes OSError: [Errno 30] Read-only file system: 'temp/cookies.txt' Pauline P. Narvas (@pawlean) · 2024-08-27 Hi, @codingwithashu! I wasn't sure if you meant that you see this error when your project is deployed on Vercel or locally. But it sounds like a permissions error, I go back to this guide a lot when I hit issues like this personally. Can you give it a go? https://sophyia.me/linux-file-permissions-a-simple-guide