My goal was to duplicate the Google App Engine application. I created a new application and downloaded all the necessary code from the source application (python). Then I downloaded the previously created backup files from the cloud storage of the source application (first I downloaded these files to the PC and uploaded the files to the target application's GCS application)
After that, I tried to restore data from these files using the "Import backup data" button. A backup file has been created, and I can add it to the list of available backups. But when I try to recover, I get the error message: "There was a problem with the tasks. Error:" Could not read "
I also tried to load these files into the original application, and I was able to restore them using the same procedure so that the files would not be damaged.
I know that there are other ways to copy data between applications, but I wanted to use this method. If, for example, my Google account is hacked and I canβt access my original application data, but I have all the backup data on my hard drive. Then I can just create a new application and copy all the data into a new application ...
Has anyone encountered a similar problem before and may have found some solution?
Thanks!
python google-app-engine
Nemanja
source share