Sample app to show how one can upload a file to drive and/or FileAttachement.
To run the app, replace the following values in the Program.cs
const string filesDirectory = "C:\\Users\\user2\\Downloads\\BigFiles\\"; // Location of a large number of large files
// APP client for app
const string clientID = "APP ID FOR APPlICATION";