muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

Authorization required #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
com.google.gdata.util.AuthenticationException: Authorization required
<HTML>
<HEAD>
<TITLE>Authorization required</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Authorization required</H1>
<H2>Error 401</H2>
</BODY>
</HTML>

        at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:563)
        at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:535)
        at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques
t.java:514)
        at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
        at com.google.gdata.client.Service.insert(Service.java:1308)
        at com.google.gdata.client.GoogleService.insert(GoogleService.java:599)
        at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCa
lendarDAO.java:131)
        at com.googlecode.syncnotes2google.SyncService.insert(SyncService.java:1
03)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:42)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)

Original issue reported on code.google.com by aji.sant...@gmail.com on 16 Nov 2010 at 9:59