For now 2 days, i'm trying to download the source code from one of my project deployed on a Google App Engine to patch a important bug on a Laravel based website... Unhopefully the command who allow a user to download his source code is deprecated (appcfg.py
).
But according to the GCP support and a recent post of StackOverflow, this command stay available until 2020, when i'm trying to download the files (over 7k of files) i'm getting an error message after only 23 files downloaded...
According to the GCP doc, the command is :
appcfg.py -A axial-yen-****** -V *************** download_app C:\******
The error code:
Error 500: --- begin server output ---
<ApiError 500, Message: "com.google.net.rpc3.util.RpcFutureStream$RpcStreamException: <eye3 title='/Tidepool.ReadContent2, UNKNOWN'/> ZERO_APP::0: invalid argument
Suppressed: CriticalInputFailure: com.google.apphosting.admin.zeus.files.FileContentsProducerModule$TitaniumUncheckedFileContentsProducerModule.produceTitaniumFileContents failed while trying to inject @com.google.apps.framework.producers.PrivateVisibility(module=com.google.apphosting.admin.zeus.files.FileContentsProducerModule$TitaniumUncheckedFileContentsProducerModule.class) com.google.common.collect.ImmutableList<com.google.apphosting.riptide.TidepoolPb$ReadContentReply>
Suppressed: java.util.concurrent.ExecutionException:
">
--- end server output --
I'd like to understand where the matters come from or if there are an another way to get all of there files down on my computer :-) ... Thanks you in advance. Echo