Google API
Sheets
- Register project
- Google Developers Console & mine
- APIs & Services Credentials
- Authorization OAuth 2.0: legacy v3
- migration
- ASP MVC OAuth 2.0 guide This document describes OAuth 2.0, when to use it, how to acquire client IDs, and how to use it with the Google API Client Library for .NET.
- Sheets API v4
- home & intro
- .Net quickstart
- Google API Client Libraries > .NET Get Started
- Google.Apis.Sheets.v4 Client Library
- C# DOCS Google Sheets API v4
- sheets-api-explorer, sample rest call batchclear
- source code for all generated c# strong types
- basic writing
- Sheets backend
- josdeweger/SheetToObjects A simple fluent library which aims to provide developers with an easy solution to map sheets (Google Sheets, Microsoft Excel, csv) to a model/POCO.
Install-Package SheetToObjects.Adapters.GoogleSheets
. - KozTv/GoogleSheetsDatabase Use your Google Sheet as a key-value storage DB.
Install-Package GoogleSheetsDatabase
. Values are serialized to JSON to be human-readable and easily editable using standard Google Sheets web interface. - commercial
CData.GoogleSheets
. Read, Write, and Update Google Sheets through easy-to-use bi-directional drivers.
- josdeweger/SheetToObjects A simple fluent library which aims to provide developers with an easy solution to map sheets (Google Sheets, Microsoft Excel, csv) to a model/POCO.
- Apps Script
- Advanced Sheets Service lets you access the Sheets API using Apps Script.
- apps-script guides rest quickstart dotnet
- Get file contents as JSON
https://docs.google.com/spreadsheets/d/<SPREADSHEET_KEY>/edit#gid=0
https://spreadsheets.google.com/feeds/[list|cells]/<SPREADSHEET_KEY>/public/values?alt=json
gets first sheet only- sheet fitness sample
- atom feed fitness
- Simple example of retrieving JSON feeds from Spreadsheets Data API.
- sample feeds cells
Sheetsu
Google Cloud
- API rate limits
- Cloud Memorystore Fully-managed in-memory data store service for Redis.
- dbs
- Managing Notifications
- JSON API authorize requests
Drive
- Drive.v3 home
Install-Package Google.Apis.Drive.v3
- googleapis/google-api-dotnet-client