質問編集履歴
1
エラーメッセージを追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,14 @@
|
|
9
9
|
|
10
10
|
GoogleSheetsAPISample Google_Client Google_Service_Sheets などのインスタンスに赤波線がひかれてしまい、ローカル環境上でファイルを開こうとすると、このページは動作していませんと 表示されます。
|
11
11
|
|
12
|
+
エラーメッセージは
|
13
|
+
Undefined type 'Dotenv\Dotenv'.
|
14
|
+
Undefined constant '__dir__'.
|
15
|
+
Undefined type 'Google_Client'.
|
16
|
+
Undefined type 'Google_Service_Sheets'.
|
17
|
+
Undefined type 'Google_Service_Sheets'.
|
18
|
+
Undefined type 'Google_Service_Sheets_ValueRange'.
|
19
|
+
となっています。
|
12
20
|
|
13
21
|
### 該当のソースコード
|
14
22
|
|