RUN AS LOCALSYSTEM USER
This script uploads the given file or folder to Google Drive. If a folder path is provided for uploading to Google Drive, the script converts the folder into a zip file in order to upload it to Google Drive. For example: if you have given this folder path to upload "C:\Users\john\myfiles", it will convert the myfiles folder to zipfile(myfiles.zip) and upload it to the Google 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.
4. source_path_to_upload - give the file path or the folder path to upload to Google Drive in the parameter source_path_to_upload. the datatype should be string.
This script has been scanned with VirusTotal and Xcitium Verdict Cloud.
PYTHON SCRIPT FILE SHA1 VALUE - 48373ab5e08154b61c55a0b83a29f6dfa8d50494
JSON FILE SHA1 VALUE - 23fc123b10b1b3ccba7212a934efdb7fe5172116
Comments