We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc902b commit c7da181Copy full SHA for c7da181
settings.py
@@ -249,17 +249,6 @@
249
'deauthlink': 'https://security.google.com/settings/security/permissions',
250
'brandimage': '/google-btn.png'
251
},
252
- {
253
- 'display': 'Google Drive (appdata access)',
254
- 'type': 'gd',
255
- 'id': 'googleappdata',
256
- 'scope': 'https://www.googleapis.com/auth/drive.appdata',
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
- 'hidden': True
262
- },
263
{
264
'display': 'Google Cloud Storage',
265
'type': 'gd',
0 commit comments