Hi We have a sync application that connects to google api, it suddenly stoped working, i receive this error:
Exception type: GDataRequestException Exception message: Execution of request failed: https://www.google.com/calendar/feeds/default/owncalendars/full Inner Exception: System.Net.WebException: The remote server returned an error: (403) Forbidden. at System.Net.HttpWebRequest.GetResponse() at Google.GData.Client.GDataRequest.Execute()
i tried to enable "Access for less secure apps", but it didn't help either. we can connect to gmail calendar with the same credentials, please assist.
-- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
google...@googlecode.com
unread,
Nov 19, 2014, 6:12:17 AM11/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
unfortunately, i am unable to connect to my customer's gmail calendar any more using the old way, my program is a windows service.
i used your old calendar api 2.2, it was working with google calendar .net library using c#.
i used your api's method that called setUserCredential in order to connect, but its useless now.
i understand that my only way making it work is to use oAuth2, but how can i use it with installed windows service, tried the stream example, it works fine with stand alone app, but not on windows service.
this windows service can be installed on a remote server that holds more than 1 google user, this service will sync our application sql data with these user's Calendar on google.
please assist, is there any example, our customers are out of service since 17/11/2014?
google...@googlecode.com
unread,
Nov 26, 2014, 1:36:08 PM11/26/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message