Google Drive API Insufficient Permission: Request had insufficient authentication scopes
问题 I successfully completed the quickstart shows HERE: https://developers.google.com/drive/api/v3/quickstart/python I wish to go further and begin to upload files and folders. To do so I have replaced the scope with: SCOPES = ['https://www.googleapis.com/auth/drive'] I have also replaced the execution with national_parks = ['Yellowstone', 'Rocky Mountain', 'Yosemite'] for national_park in national_parks: file_metadata = {'name': national_park, 'mimeType': 'application/vnd.google-apps.folder' #