How do I clone a website that is hosted on Google App Engine?

appostolis

I have a friend's website hosted on Google App Engine and he wants a some changes to be done. He wants to download the assets from there and build it from scratch into a different host provider. Thing is, when I enter in the Google App Engine Dashboard I find it so hard to export/download anything. All looks so messy. I can't even find the index.html and css files. Any answers would be really appreciated. Thanks.

Paul Collingwood

You can download an application's source code by running appcfg.py with the download_app action in the Python SDK command-line tool:

appcfg.py download_app -A <your_app_id> -V <your_app_version> <output-dir>

Only the developer who uploaded the code and the application owner(s) can download it. But you can be added as admin by the current account holder and then your credentials will work on the command line.

It's possible downloading of source-code has been permanently disabled. This action is irreversible. After you prohibit code download, there is no way to re-enable this feature.

See this page for more: Python Downloading source code

Instructions above for python version. For Java look here. Others, start here.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How do I enforce www on an IIS hosted website?

분류에서Dev

How do I make cron work with a specific app engine module?

분류에서Dev

Google App Engine - How do you persist Google User type with Objectify?

분류에서Dev

How to use cursor with google app engine?

분류에서Dev

RSA in Google App Engine

분류에서Dev

google app engine and mongodb

분류에서Dev

How to communicate between servers (Google Cloud Engine -> Google App Engine) using oAuth2

분류에서Dev

How to delete all entities for NDB Model in Google App Engine for python?

분류에서Dev

How to show progress for a running google app engine task queue task?

분류에서Dev

How to Install InfluxDB in Google App Engine python project?

분류에서Dev

In Google App Engine, how to check input validity of Key created by urlsafe?

분류에서Dev

How can I obtain statistics (requests per second, response time) for an app hosted on Cloud Foundry Pivotal?

분류에서Dev

Google App Engine Endpoints with Maven

분류에서Dev

Google App Engine Java API

분류에서Dev

Google App Engine 및 Google Apps Marketplace

분류에서Dev

Ruby Application Built Locally, How do I Put it on to a Website?

분류에서Dev

How do I fix a sticky scroll on a mobile responsive website?

분류에서Dev

How do I view my website traffic for a GAE product?

분류에서Dev

How do I test a responsive website on a Retina Macbook?

분류에서Dev

What is the best way (Least Read Operations) to do autocomplete on Google App Engine Using Objectify

분류에서Dev

How do I exit a Modern UI app?

분류에서Dev

Google App Engine "manual_scaling" not working

분류에서Dev

Cleaning Google App Engine project in Eclipse

분류에서Dev

Database for Google App Engine and desktop application

분류에서Dev

Google App Engine + WTP + 자바 7

분류에서Dev

Google App Engine (자바)의 XSLT

분류에서Dev

Android Client and Google App Engine APIs

분류에서Dev

installing Google App Engine Tools into Eclipse (ADT)

분류에서Dev

Polymer Dart-Google App Engine TemplateSyntaxError

Related 관련 기사

  1. 1

    How do I enforce www on an IIS hosted website?

  2. 2

    How do I make cron work with a specific app engine module?

  3. 3

    Google App Engine - How do you persist Google User type with Objectify?

  4. 4

    How to use cursor with google app engine?

  5. 5

    RSA in Google App Engine

  6. 6

    google app engine and mongodb

  7. 7

    How to communicate between servers (Google Cloud Engine -> Google App Engine) using oAuth2

  8. 8

    How to delete all entities for NDB Model in Google App Engine for python?

  9. 9

    How to show progress for a running google app engine task queue task?

  10. 10

    How to Install InfluxDB in Google App Engine python project?

  11. 11

    In Google App Engine, how to check input validity of Key created by urlsafe?

  12. 12

    How can I obtain statistics (requests per second, response time) for an app hosted on Cloud Foundry Pivotal?

  13. 13

    Google App Engine Endpoints with Maven

  14. 14

    Google App Engine Java API

  15. 15

    Google App Engine 및 Google Apps Marketplace

  16. 16

    Ruby Application Built Locally, How do I Put it on to a Website?

  17. 17

    How do I fix a sticky scroll on a mobile responsive website?

  18. 18

    How do I view my website traffic for a GAE product?

  19. 19

    How do I test a responsive website on a Retina Macbook?

  20. 20

    What is the best way (Least Read Operations) to do autocomplete on Google App Engine Using Objectify

  21. 21

    How do I exit a Modern UI app?

  22. 22

    Google App Engine "manual_scaling" not working

  23. 23

    Cleaning Google App Engine project in Eclipse

  24. 24

    Database for Google App Engine and desktop application

  25. 25

    Google App Engine + WTP + 자바 7

  26. 26

    Google App Engine (자바)의 XSLT

  27. 27

    Android Client and Google App Engine APIs

  28. 28

    installing Google App Engine Tools into Eclipse (ADT)

  29. 29

    Polymer Dart-Google App Engine TemplateSyntaxError

뜨겁다태그

보관