karimsacre / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

Contacts API v3 requiring SSL? #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running script with export option 

What is the expected output? What do you see instead?
  File "shared_contacts_profiles.py", line 1143, in <module>
  File "shared_contacts_profiles.py", line 1138, in main
  File "shared_contacts_profiles.py", line 531, in ExportMsOutlookCsv
  File "shared_contacts_profiles.py", line 719, in writerows
  File "shared_contacts_profiles.py", line 212, in GetAllContacts
  File "gdata\client.pyc", line 628, in get_feed
  File "gdata\client.pyc", line 313, in request
gdata.client.RequestError: Server responded with: 301, <HTML>
<HEAD>
<TITLE>Moved Permanently</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Permanently</H1>
The document has moved <A HREF="https://www.google.com/m8/feeds/contacts/multise
rvice.com/full">here</A>.
</BODY>
</HTML>

What version of the product are you using? On what operating system?
1.1.3 on Windows 7 Ent.

Please provide any additional information below.
It appears the Contacts API has changed and forwarding all HTTP requests 
through HTTPS (https://developers.google.com/google-apps/contacts/v3/)

Is the google-shared-contacts-client going to be updated or is there a 
replacement product that handles SSL?  

FYI: SSL is turned off in contacts as suggested in other posts, but according 
to the Contacts API page, it doesn't appear that this is the solution as of 
March 31, 2014.

Original issue reported on code.google.com by wjre...@multiservice.com on 24 Apr 2014 at 4:25

GoogleCodeExporter commented 8 years ago
Has there been any resolution to this issue? 

Original comment by gary_tay...@yaskawa.com on 28 Apr 2014 at 1:12

GoogleCodeExporter commented 8 years ago
I just got the same error and we need this asap, any word on a fix for this??  
Looks like an update to google-shared-contacts-client is needed as someone 
stated earlier...

Original comment by schmi...@fremontschools.net on 23 Jun 2014 at 7:50

GoogleCodeExporter commented 8 years ago
Hello, 
Did you ever resolve this problem.  I just realized that I am having exactly 
the same issue...

Original comment by a...@shinkar.com on 4 Jul 2014 at 2:45

GoogleCodeExporter commented 8 years ago
If you are using the windows .exe, you will need to wait for someone to rebuild 
it, but if you use the python script, it will work if you make sure you have a 
new version of the gdata python library. I can verify that it is working 
currently with the gdata-2.0.18 library.

Original comment by jst...@mtroyal.ca on 9 Jul 2014 at 9:34