We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe2bfd commit c8c50dbCopy full SHA for c8c50db
app/controllers/callbacks_controller.rb
@@ -36,7 +36,7 @@ def getSheet(tkn)
36
client = Google::APIClient.new
37
client.authorization.access_token = tkn['access_token']
38
#session = GoogleDrive.login_with_oauth(tkn["access_token"])
39
- drive = client.discovered_api('drive', 'v3')
+ drive = client.discovered_api('drive', 'v2')
40
41
wks = client.execute(
42
api_method: drive.files.list,
0 commit comments