Hello Mog, 

In App Engine Standard Environment, the local filesystem that your 
application is deployed to is not writeable. This behavior ensures the 
security and scalability of your application. You should thus not consider 
writing other than temporary files in the /tmp directory. To store data 
permanently, you'll have to use other services, such as Cloud SQL or Cloud 
Storage. There are some differences 
<https://cloud.google.com/appengine/docs/the-appengine-environments#comparing_high-level_features>
 
between Standard and Flex environments. 
On Sunday, 08 November 2020 at 12:58:06 UTC-5 Mog Obahor wrote:

> Does anyone know how to change the write permissioni to App Engine file 
> system. I am deploying a nextJS app and dynamically generating a 
> sitemap.xml file and trying to save it in the .next/static location. It 
> works localhost but not on App Engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/472c913a-730b-48bb-8553-422aec6134bdn%40googlegroups.com.

Reply via email to