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 January 31, 2025 22:31
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