Skip to content

Commit a9ee9ff

Browse files
committed
proper temp var management
1 parent e1a8e6b commit a9ee9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dvc/fs/gdrive.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ def _drive(self):
242242
"client_json_file_path": self._service_account_json_file_path,
243243
}
244244
if is_credentials_temp:
245-
auth_settings["service_config"] = temporary_save_path
245+
auth_settings["service_config"][
246+
"client_json_file_path"
247+
] = temporary_save_path
246248

247249
else:
248250
auth_settings["client_config"] = {

0 commit comments

Comments
 (0)