Hi,
  Until yesterday, the following authorization code used to work perfect.

            SpreadsheetService s = new 
SpreadsheetService("SnapLogicSpreadsheetIntegration-v3");
            s.setUserCredentials("[email protected]", 
"Integration12");
            
  But today, its giving the following error.

exception in main...
com.google.gdata.util.AuthenticationException: Error authenticating (check 
service name)
at 
com.google.gdata.client.GoogleAuthTokenFactory.getAuthException(GoogleAuthTokenFactory.java:688)
at 
com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken(GoogleAuthTokenFactory.java:560)
at 
com.google.gdata.client.GoogleAuthTokenFactory.setUserCredentials(GoogleAuthTokenFactory.java:397)
at 
com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:364)
at 
com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:319)
at 
com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:303)

Wondering if the authorization using username/password is still supported 
or not?  If yes, how?  If no, why?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to