Skip to content

Commit 93d8e27

Browse files
committed
Disabled Google Drive full access as it is no longer working
1 parent 3918532 commit 93d8e27

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

settings.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,16 @@
249249
'deauthlink': 'https://security.google.com/settings/security/permissions',
250250
'brandimage': '/google-btn.png'
251251
},
252-
{
253-
'display': 'Google Drive (full access)',
254-
'type': 'gd',
255-
'id': 'googledocs',
256-
'scope': 'https://www.googleapis.com/auth/drive',
257-
'extraurl': 'access_type=offline&approval_prompt=force',
258-
'servicelink': 'https://drive.google.com',
259-
'deauthlink': 'https://security.google.com/settings/security/permissions',
260-
'brandimage': '/google-btn.png'
261-
},
252+
# {
253+
# 'display': 'Google Drive (full access)',
254+
# 'type': 'gd',
255+
# 'id': 'googledocs',
256+
# 'scope': 'https://www.googleapis.com/auth/drive',
257+
# 'extraurl': 'access_type=offline&approval_prompt=force',
258+
# 'servicelink': 'https://drive.google.com',
259+
# 'deauthlink': 'https://security.google.com/settings/security/permissions',
260+
# 'brandimage': '/google-btn.png'
261+
# },
262262
{
263263
'display': 'Google Cloud Storage',
264264
'type': 'gd',

0 commit comments

Comments
 (0)