I have a Java-based GAE app which searches Google Docs for my clients. I have the standard login code as seen in many of the samples and OAuth before the actual search so I can pass the token for the user. Works fine for my company's Google for Business but doesn't seem to work for non-business account (i.e. plain gmail accounts). When a Gmail user logs on they are asked if it is okay for my app to access their Google Docs but when the search is called it returns an Authentication Error.
Can GAE only reach/search Premier accounts or am I doing something wrong? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/7AiSCqMn4kMJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.