Note that there are some explanatory texts on larger screens.

plurals
  1. POTrouble Downloading Data from GAE Datastore
    primarykey
    data
    text
    <p>I'm having issues downloading the deployed datastore down to my local directory.</p> <p>The documentation seemed pretty straightforward</p> <p><a href="https://developers.google.com/appengine/docs/python/tools/uploadingdata#Downloading_and_Uploading_All_Data" rel="nofollow">https://developers.google.com/appengine/docs/python/tools/uploadingdata#Downloading_and_Uploading_All_Data</a></p> <p>I'm a bit new to GAE... am I missing something obvious here?</p> <p>I run the following command</p> <pre><code>appcfg.py download_data --url=http://myapp.appspot.com/_ah/remote_api --filename=ds_copy </code></pre> <p>I'm not even asked to authenticate, and this is the output:</p> <pre><code>12:33 PM Downloading data records. [INFO ] Logging to bulkloader-log-20130507.123333 [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 500: --- begin server output --- &lt;html&gt;&lt;head&gt; &lt;meta http-equiv="content-type" content="text/html;charset=utf-8"&gt; &lt;title&gt;500 Server Error&lt;/title&gt; &lt;/head&gt; &lt;body text=#000000 bgcolor=#ffffff&gt; &lt;h1&gt;Error: Server Error&lt;/h1&gt; &lt;h2&gt;The server encountered an error and could not complete your request.&lt;p&gt;If the problem persists, please &lt;A HREF="http://code.google.com/appengine/community.html"&gt;report&lt;/A&gt; your problem and mention this error message and the query that caused it.&lt;/h2&gt; &lt;h2&gt;&lt;/h2&gt; &lt;/body&gt;&lt;/html&gt; --- end server output --- </code></pre> <p>Any help is appreciated!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload