ユーザ用ツール

サイト用ツール


サイドバー

google:oauth_2.0_playground

以前のリビジョンの文書です


OAuth 2.0 Playground

SpreadSheetの操作

調べ方

Http MethodをGETにする
Request URIに

https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}?includeGridData=trueを入力

した値を比較する

APIサンプル

ブック名の変更

      let url2 = "https://sheets.googleapis.com/v4/spreadsheets/" + this.state.spreadsheetId + ":batchUpdate"
      let bodyString = '{"requests": [{"updateSpreadsheetProperties": {"properties": {"title": "ブック名"},"fields": "title"}}]}'
google/oauth_2.0_playground.1549490650.txt.gz · 最終更新: 2019/02/07 07:04 by ips