muhammadnaveed / syncnotes2google

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

System Policy Denying Access? #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running .bat file (with additional lines for proxy configuration)
2.
3.

What is the expected output? What do you see instead?

Here's the error message I get:

SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
executing insert: hold
Calendar entry being handled ...
ID             : 5CB477453D93EB51C1257718002C1222
Title          : hold
Content        :
startDateTime  : 5/3/10 11:00:00 AM CEST
endDateTime    : 5/3/10 2:00:00 PM CEST
location       : 
lastupdated    : 5/3/10 10:02:05 AM CEST
apptype        : 3
frequency      : 0
interval       : 0

com.google.gdata.util.ServiceForbiddenException: Forbidden
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>
<BODY>
<FONT face="Helvetica">
<big><strong></strong></big><BR>
</FONT>
<blockquote>
<TABLE border=0 cellPadding=1 width="80%">
<TR><TD>
<FONT face="Helvetica">
<big>Access Denied (policy_denied)</big>
<BR>
<BR>
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
Your system policy has denied access to the requested URL.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">

</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica" SIZE=2>
<BR>
For assistance, contact your network support team.
</FONT>
</TD></TR>
</TABLE>
</blockquote>
</FONT>
</BODY></HTML>

        at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:560)
        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.update(Service.java:1463)
        at com.google.gdata.client.Service.update(Service.java:1429)
        at com.google.gdata.client.GoogleService.update(GoogleService.java:583)
        at com.google.gdata.data.BaseEntry.update(BaseEntry.java:608)
        at
com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCa
lendarDAO.java:137)
        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)
Press any key to continue . . .

What version of the product are you using? On what operating system?
Running this on Windows XP 32-bit (work computer, but I have local admin
rights)

Please provide any additional information below.

Original issue reported on code.google.com by abarr...@gmail.com on 17 May 2010 at 10:32

GoogleCodeExporter commented 9 years ago
Just to follow up, I can confirm that the first entry does get synced to my 
Google
Calendar, but then it fails.  Also, it created that same entry every time I 
re-ran
the .bat file (I'm assuming it's creating it because the full sync didn't 
complete).
 Any ideas what's going on here?  I'm interpreting the error to mean that Google is
blocking something, not my PC?

Original comment by abarr...@gmail.com on 17 May 2010 at 10:48