質問編集履歴
2
エラーの具体化
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,6 +66,22 @@
|
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
+
### ※追記※
|
70
|
+
|
71
|
+
console.log()にて確認したところ、weiteStagesにおいてstagesがundefinedとなっておりました。
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
stages = undefined
|
76
|
+
|
77
|
+
matrix = [ [ 'StageID', 'StageName' ], undefined ]
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
getStagesにおいては、stagesにきちんと値が格納されておりました
|
82
|
+
|
83
|
+
|
84
|
+
|
69
85
|
|
70
86
|
|
71
87
|
該当のソースコード
|
@@ -74,14 +90,10 @@
|
|
74
90
|
|
75
91
|
/**
|
76
92
|
|
77
|
-
* # Name: Hubspot Automation #
|
78
|
-
|
79
93
|
* # Description: This script let's you connect to Hubspot CRM and retrieve #
|
80
94
|
|
81
95
|
* # its data to populate a Google Spreadsheet. # #
|
82
96
|
|
83
|
-
* # Author: Alexis Bedoret #
|
84
|
-
|
85
97
|
* # Detail of the turorial: https://goo.gl/64hQZb
|
86
98
|
|
87
99
|
* # OAuth2:1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF #
|
1
参照の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,6 +12,8 @@
|
|
12
12
|
|
13
13
|
スコープ部分:https://legacydocs.hubspot.com/docs/methods/pipelines/pipelines_overview
|
14
14
|
|
15
|
+
OAUthについて:https://developers.google.com/datastudio/connector/oauth2?hl=ja
|
16
|
+
|
15
17
|
|
16
18
|
|
17
19
|
### 発生している問題・エラーメッセージ
|
@@ -72,15 +74,11 @@
|
|
72
74
|
|
73
75
|
/**
|
74
76
|
|
75
|
-
* ###########################################################################
|
76
|
-
|
77
77
|
* # Name: Hubspot Automation #
|
78
78
|
|
79
79
|
* # Description: This script let's you connect to Hubspot CRM and retrieve #
|
80
80
|
|
81
|
-
* # its data to populate a Google Spreadsheet. #
|
81
|
+
* # its data to populate a Google Spreadsheet. # #
|
82
|
-
|
83
|
-
* # Date: March 11th, 2018 #
|
84
82
|
|
85
83
|
* # Author: Alexis Bedoret #
|
86
84
|
|
@@ -88,8 +86,6 @@
|
|
88
86
|
|
89
87
|
* # OAuth2:1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF #
|
90
88
|
|
91
|
-
* ###########################################################################
|
92
|
-
|
93
89
|
*/
|
94
90
|
|
95
91
|
/**
|