简体   繁体   中英

Error while downloading the source code from google app engine

I am using the following command :

appcfg.py download_app -A <application-id> -V <application-version> <output-dir>

It then asks me for googleusername and password .

But after that it says

Unable to create directory /templates/<file name>: permission denied

It says this for all the files which need to be downloaded.

I have been given ownership of the application as well.

Check the permission for the user by which you are running the appcfg.py .

When you download the app it will create templates directory to store all templates for that app. This error shows that user has no permission to create file on those directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM