Due to verification issues we go back to the former scope

pull/14711/head
Mario de Frutos Dieguez 6 years ago
parent 5f878ea63e
commit 7e59e73af9
No known key found for this signature in database
GPG Key ID: C9738009A2E89223

@ -12,7 +12,7 @@ module CartoDB
# Required for all providers # Required for all providers
DATASOURCE_NAME = 'gdrive' DATASOURCE_NAME = 'gdrive'
OAUTH_SCOPES = ['https://www.googleapis.com/auth/drive.readonly'] OAUTH_SCOPES = ['https://www.googleapis.com/auth/drive'].freeze
# For when using authorization code instead of callback with token # For when using authorization code instead of callback with token
REDIRECT_URI = 'urn:ietf:wg:oauth:2.0:oob' REDIRECT_URI = 'urn:ietf:wg:oauth:2.0:oob'
FIELDS_TO_RETRIEVE = 'items(downloadUrl,exportLinks,id,modifiedDate,title,fileExtension,fileSize)' FIELDS_TO_RETRIEVE = 'items(downloadUrl,exportLinks,id,modifiedDate,title,fileExtension,fileSize)'

Loading…
Cancel
Save