OSError: [Errno 30] Read-only file system: 'temp/cookies.txt'

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’

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?