You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have just started using the cloud-functions-python for the first time. I tried reading the documentation if I was configuring it wrong.
whenever I run the build command I get the permissions errors like:
IOError: [Errno 13] Permission denied: 'cloudfn/index.js'
but if i run it as root, it works fine. or if I recursively grant all permissions to all files in cloudfn folder.
I would really love, if a non root user could also build and deploy without permissions problem.
Hello,
I have just started using the cloud-functions-python for the first time. I tried reading the documentation if I was configuring it wrong.
whenever I run the build command I get the permissions errors like:
IOError: [Errno 13] Permission denied: 'cloudfn/index.js'
but if i run it as root, it works fine. or if I recursively grant all permissions to all files in cloudfn folder.
I would really love, if a non root user could also build and deploy without permissions problem.