Hi there,

I am want to download my logs at a daily basis. It was working flawlessly 
when i had the default log storage of 1GB. As the traffic got bigger I had 
to increase the storage to 5GB. Now the request_logs call fails after the 
first 1000k entries wit the following error:

401 Unauthorized
Invalid OAuth token

        at com.google.appengine.tools.admin.OAuth2ServerConnection.
doHandleSendErrors(OAuth2ServerConnection.java:61)
  at com.google.appengine.tools.admin.AbstractServerConnection.send1(
AbstractServerConnection.java:296)
  at com.google.appengine.tools.admin.AbstractServerConnection.send(
AbstractServerConnection.java:253)
   at com.google.appengine.tools.admin.AbstractServerConnection.get(
AbstractServerConnection.java:173)
    at com.google.appengine.tools.admin.LogFetcher.fetch(LogFetcher.java:103
)
      at com.google.appengine.tools.admin.AppAdminImpl.requestLogs(
AppAdminImpl.java:358)
    ... 5 more

My log call is the following:

$_sdkDir --oauth2 [email protected] -n 1 request_logs $_appdir $_file

I already tried to renew the oauth token with no success.

Has anyone a clue with that issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to