SYMBOL INDEX (26 symbols across 5 files) FILE: GoogleAuthManager.py function create_credential (line 6) | def create_credential(): function create_drive_manager (line 12) | def create_drive_manager(): function authorize_from_credential (line 23) | def authorize_from_credential(gAuth, isSaved): FILE: GoogleAuthV1.py function auth_and_save_credential (line 2) | def auth_and_save_credential(): function auth_no_save (line 6) | def auth_no_save(gAuth): FILE: GoogleAuthV2.py class FlaskModified (line 15) | class FlaskModified(Flask): method run (line 16) | def run(self, host=None, port=None, debug=None, load_dotenv=True, **op... function index (line 30) | def index(): function login (line 35) | def login(): function callback (line 40) | def callback(): function auth_and_save_credential (line 47) | def auth_and_save_credential(): FILE: gDriveCopyDownloader.py function get_default_download_location (line 12) | def get_default_download_location(): function read_config (line 23) | def read_config(): function write_config (line 26) | def write_config(): function get_location (line 32) | def get_location(): function get_folder_id (line 48) | def get_folder_id(): function Copy_dwnld_from_links (line 54) | def Copy_dwnld_from_links(links, drive): function Check_clipboard_links (line 61) | async def Check_clipboard_links(drive): #Only works for windows FILE: gDriveLibrary.py function get_Gdrive_folder_id (line 16) | def get_Gdrive_folder_id(drive, driveService, name, parent="root"): # r... function extract_file_ids_from_folder (line 35) | def extract_file_ids_from_folder(drive, folderID): function extract_files_id (line 43) | def extract_files_id(links, drive): function copy_file (line 60) | def copy_file(drive, fileId, parentFolder = "root"): #if different paren... function download_file (line 76) | def download_file(drive, file, destFolder): function delete_file (line 100) | def delete_file(drive, id): function sizeof_file (line 104) | def sizeof_file(num, suffix='B'): function generate_path_with_unique_filename (line 111) | def generate_path_with_unique_filename(folder, filename):