There was an error while loading. Please reload this page.
1 parent 245fc4e commit deea2a0Copy full SHA for deea2a0
samples/ChatWork.gs
@@ -9,7 +9,7 @@ function run() {
9
if (service.hasAccess()) {
10
var response = UrlFetchApp.fetch('https://api.chatwork.com/v2/me', {
11
headers: {
12
- Authorization: 'Bearer ' + chatWorkService.getAccessToken()
+ Authorization: 'Bearer ' + service.getAccessToken()
13
}
14
});
15
var result = JSON.parse(response.getContentText());
0 commit comments