Skip to content

Commit

Permalink
Updated to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Mar 11, 2024
1 parent 328f601 commit 932ca39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions OnedriveApp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Generated by CoffeeScript 1.12.7

/**
* Set parameters to PropertiesService<br>
* At first, please set parameters using this. Access token is retrieved by the refresh token.<br>
Expand Down Expand Up @@ -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 = "<p>Please push this button after set redirect_uri to '<b>" + param.redirect_uri + "</b>' at <a href=\"" + appurl + "\" target=\"_blank\">your application</a>.</p>";
html += "<input type=\"button\" value=\"Get access token\" onclick=\"window.open('" + url + qparams + "', 'Authorization', 'width=500,height=600');\">";
return HtmlService.createHtmlOutput(html);
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 932ca39

Please sign in to comment.