RUN AS LOCALSYSTEM USER
This script will upload zipfile named with device name on the google drive which contains disk report showing details of all the folders , subfolders and the files in the "C drive"
EDIT PARAMETERS:
1. client_id - give client id of the google drive api in the parameter client_id. the datatype should be string.
2. client_secret - give client secret of the google drive api in the parameter client_secret. the datatype should be string.
3. refresh_token - give refresh token of the google drive api in the parameter refresh_token. the datatype should be string.
Comments