Hi All,

We are getting below exception . please kindly help

Exception in thread "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)
at spreadsheet.ReadSpreadsheet.main(ReadSpreadsheet.java:37)


On Wednesday, May 27, 2015 at 3:11:08 PM UTC+5:30, Mike wrote:
>
> Seems that the issue is reported here.
> https://code.google.com/p/google-apps-script-issues/issues/detail?id=5101
>
> On Wednesday, May 27, 2015 at 9:12:47 PM UTC+12, Syed Mudassir Ahmed wrote:
>>
>> 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