Skip to content

Commit b889cd7

Browse files
committed
gdrive: use LocalWebserverAuth instead of CommandLineAuth
1 parent 0af35aa commit b889cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dvc_objects/fs/implementations/gdrive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def fs(self):
219219
if self._use_service_account:
220220
gauth.ServiceAuth()
221221
else:
222-
gauth.CommandLineAuth()
222+
gauth.LocalWebserverAuth()
223223
GDriveFileSystem._validate_credentials(gauth, auth_settings)
224224

225225
# Handle AuthenticationError, RefreshError and other auth failures

0 commit comments

Comments
 (0)