From 932ca391376abeba47db6a60c97cb6841dbc2d39 Mon Sep 17 00:00:00 2001 From: tanaikech Date: Mon, 11 Mar 2024 11:42:51 +0900 Subject: [PATCH] Updated to v1.2.3 --- OnedriveApp.js | 4 +--- README.md | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/OnedriveApp.js b/OnedriveApp.js index 2ef941f..5836ab2 100644 --- a/OnedriveApp.js +++ b/OnedriveApp.js @@ -1,5 +1,3 @@ -// Generated by CoffeeScript 1.12.7 - /** * Set parameters to PropertiesService
* At first, please set parameters using this. Access token is retrieved by the refresh token.
@@ -143,7 +141,7 @@ function getCode(e) { value = param[name]; qparams += name + "=" + encodeURIComponent(value) + "&"; } - appurl = "https://apps.dev.microsoft.com/#/application/" + prop.client_id; + appurl = "https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/appId/" + prop.client_id + "/isMSAApp~/true"; html = "

Please push this button after set redirect_uri to '" + param.redirect_uri + "' at your application.

"; html += ""; return HtmlService.createHtmlOutput(html); diff --git a/README.md b/README.md index fbd30ca..94a27d9 100644 --- a/README.md +++ b/README.md @@ -564,10 +564,15 @@ If you have any questions and commissions for me, feel free to tell me. Checked the array of `to`, `cc`, and `bcc` for the sendEmails method. +- v1.2.3 (March 11, 2024) + + Modified the URL of the application installed in Microsoft Azure. + # Performance test - November 20, 2022: No errors and no issues occur. - July 27, 2023: No errors and no issues occur. +- March 11, 2024: No errors and no issues occur. # Etc