Google APIs .Net Client Library

https://github.com/google/google-api-dotnet-client


Google Developers

Google .net – FileDatastore demystified 12

The Google .net client library comes with FileDataStore as a default datastore. File data store (FileDataStore.cs) that implements IDataStore. This store creates a different file for each combination of type and key. This file data store stores a JSON format of the specified object. I have had a number of […]