Google App Engine - Tutorial - upload data - 404 NOT_FOUND

46 views
Skip to first unread message

Dassine B.

unread,
Nov 11, 2015, 10:24:01 PM11/11/15
to Google App Engine

I'm newbie and I'm following this tutorial to build a backend for a mobile app :https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/#ios

After setting up all IDs in section "Deploy the Sample App" and "Build and Deploy the backed". I tried command line (see section "Populate the datastore with data"):

appcfg.py upload_data --config_file bulkloader.yaml --url=http://<myprojectid>.appspot.com/_ah/remote_api --filename places.csv --kind=Place -e <myusername>@gmail.com

Unforutnately I hit this error :

07:52 AM Uploading data records.
[INFO    ] Logging to bulkloader-log-20151111.075243
[INFO    ] Throttling transfers:
[INFO    ] Bandwidth: 250000 bytes/second
[INFO    ] HTTP connections: 8/second
[INFO    ] Entities inserted/fetched/modified: 20/second
[INFO    ] Batch Size: 10
Error 404: --- begin server output ---
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>404 NOT_FOUND</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: NOT_FOUND</h1>
</body></html>
--- end server output ---

Did I miss something ? Did I miss the setup the database or something like that ?

Thanks for you're help !

Reply all
Reply to author
Forward
0 new messages