Luis Zamora
Results
1
issues of
Luis Zamora
Hi Google team, I am facing an issue when executing this line in Python, ``` from googleapiclient.discovery import build service = build('sheets', 'v4', credentials=creds,cache_discovery=False) sheet_metadata = service.spreadsheets().get(spreadsheetId=spreadsheet_id).execute() ``` the final...
type: bug
priority: p2