Why does passing a query to the q parameter to the list() function delete the file extension from the DRIVE API
import io import os from googleapiclient import discovery # focuses on connecting to Google APIs from httplib2 import Http # provides an HTTP client for the app to use from oauth2client import file, client, tools # helps us manage OAuth2 credentials import pandas as pd # to make and manage as a dataframe pd.set_option(‘display.max_columns’, None) […]