Re: How do I remove files that have been deployed?
44 views
Skip to first unread message
Message has been deleted
Message has been deleted
Olu
unread,
Oct 17, 2018, 10:34:10 AM10/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
For Security and scalability reasons, as confirmed in this documentation, when you application is deployed to App Engine, it is deployed to a local file system that is not writable.
Hence, my recommendation would be that instead of attempting to delete the bad files, why do not remove the bad files from your local copy of your application code and then you can deploy a new version of the Application to App Engine. You can then direct traffic away from the older version or perhaps delete the Old App Engine application version.