I am using google spreadsheet api version 1 and google document list
api on appengine using python
Please suggest what is causing this error
Status: 500 Internal Server Error Content-Type: text/html;
charset=utf-8 Cache-Control: no-cache Expires: Fri, 01 Jan 1990
00:00:00 GMT Content-Length: 1227
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 513, in __call__
handler.post(*groups)
File "/base/data/home/apps/testcomputerspectra/1.346090215332055849/
intialise.py", line 152, in post
attendancesheet =
self.gd_client.Copy(self._Retrieve_Document(self.standard_attendance_register),
classname)
File "/base/data/home/apps/testcomputerspectra/1.346090215332055849/
gdata/docs/client.py", line 322, in copy
return self.post(entry, DOCLIST_FEED_URI, auth_token=auth_token,
**kwargs)
File "/base/data/home/apps/testcomputerspectra/1.346090215332055849/
gdata/client.py", line 685, in post
desired_class=desired_class, **kwargs)
File "/base/data/home/apps/testcomputerspectra/1.346090215332055849/
gdata/client.py", line 320, in request
RequestError)
RequestError: Server responded with: 503, <errors xmlns='http://
schemas.google.com/g/2005'>
<error>
<domain>GData</domain>
<code>ServiceUnavailableException</code>
<internalReason>An unknown error has occurred.</internalReason>
</error>
</errors>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.