Hi!
I downloaded Google_Data_API_Setup_2.2.0.0.msi and installed it
Google.GData dll's are in installation folder, as expected, but ia cant find
Google.contacts.dll which is required to create a new ContactRequest (in the
Google Contacts API version 3.0 Getting Started Example)
so the folowing part just doesn't work
#############################################################
RequestSettings settings = new
RequestSettings("<var>YOUR_APPLICATION_NAME</var>");
// Add authorization token.
// ...
ContactsRequest cr = new ContactsRequest(settings);
#############################################################
Where can i find Google.contacts.dll?
Original issue reported on code.google.com by Complica...@gmail.com on 29 Apr 2014 at 8:51
Original issue reported on code.google.com by
Complica...@gmail.com
on 29 Apr 2014 at 8:51