Skip to content

Instantly share code, notes, and snippets.

View sweatysock's full-sized avatar

Mark Gemmell sweatysock

View GitHub Profile
@tanaikech
tanaikech / submit.md
Last active April 30, 2024 14:24
Retrieving Access Token From OneDrive using Google Apps Script

Retrieving Access Token From OneDrive using Google Apps Script

Overview

This GAS sample is for retrieving access token to use OneDrive APIs using Google Apps Script.

In this script, the authorization code is automatically retrieved.

Demo