# [Google Sheet](https://developers.google.com/sheets/api/reference/rest)
## OAuth 2.0
- Client ID
- Client secret

### How to get
- Go to [Google console](https://console.cloud.google.com/apis/api/sheets.googleapis.com/credentials)

### Example data for create sheet
```json
{
  "data": "A1,B1,C1\nA2,B2,C2",  
  "name": "Name of file",  
  "userName": "asdrvt15e21as51ce"
}
```


