How to add google api in .net C #

How to add google data API to .net infrastructure. I saw the gdata documentation but didn't help. Now I'm confused, should I use a web link?

+3
source share
1 answer

You need to add the link to the GData DLL ( Google.GData.Client.dll) to your project. In Visual Studio, this can be done: "Select your project" => "Add link" => "View DLLs".

A detailed explanation can be found here .

+5
source

Source: https://habr.com/ru/post/1717204/


All Articles