Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosted Google Apps requires SSL endpoints #2

Open
GoogleCodeExporter opened this issue Dec 2, 2015 · 1 comment
Open

Hosted Google Apps requires SSL endpoints #2

GoogleCodeExporter opened this issue Dec 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Tried to use the toolkit to retrieve and edit Google Calendars on a Apps 
for your domain instance
2.
3.

What is the expected output? What do you see instead?
Expected successful request and xml received, instead got 412 
Precondition Failed response from Google and no indicator of the possible 
SSL issue.

What version of the product are you using? On what operating system?
The latest, N/A

Please provide any additional information below.
After changing the endpoints in the CalendarService class to https, this 
resolved the problem.  Seems like a good idea to update this either way 
since both hosted Google Apps and personal Google logins work with SSL.


Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 3:51

@GoogleCodeExporter
Copy link
Author

Here are the new properties of the CalendarService class (along with one that we
added for scope):

public static final string GOOG_CALENDAR_SCOPE = 
'https://www.google.com/calendar/feeds';
public static final string defaultFeed = 
'https://www.google.com/calendar/feeds/default';
public static final string allCalendars =
'https://www.google.com/calendar/feeds/default/allcalendars/full';
public static final string ownCalendars =
'https://www.google.com/calendar/feeds/default/owncalendars/full';

Original comment by [email protected] on 18 Mar 2010 at 3:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant