I am trying to make use of the Google Drive API and looking at the example located here – https://developers.google.com/drive/v2/reference/files/get.
To get the example to work I need to include the following:
using Google.Apis.Authentication;
Has anyone used this dll I cant seem to locate it where to download it from?
I have managed to find the Google.Apis.Drive.v2 dll easily.
That is part of the Google APIs Client Library for .NET, you can get the dlls you need from the Downloads page:
http://code.google.com/p/google-api-dotnet-client/wiki/Downloads