Hello, I’ve tried to use dvc with an existing repository. When I do a “dvc pull”, I get the following error:
Authentication successful.
ERROR: unexpected error - : <HttpError 404 when requesting https://www.googleapis.com/drive/v2/files/1Hn9uNSx3An6bDVe5Di_ki-AbAAbB9G0B?fields=driveId&supportsAllDrives=true&alt=json returned “File not found: 1Hn9uNSx3An6bDVe5Di_ki-AbAAbB9G0B”. Details: "[{‘domain’: ‘global’, ‘reason’: ‘notFound’, ‘message’: ‘File not found: 1Hn9uNSx3An6bDVe5Di_ki-AbAAbB9G0B’, ‘locationType’: ‘other’, ‘location’: ‘file’}]”>
Running “dvc doctor” returns the following message:
DVC version: 2.8.2 (osxpkg)
Platform: Python 3.8.12 on macOS-10.16-x86_64-i386-64bit
Supports:
azure (adlfs = 2021.9.1, knack = 0.8.2, azure-identity = 1.7.0),
gdrive (pydrive2 = 1.10.0),
gs (gcsfs = 2021.10.1),
hdfs (fsspec = 2021.10.1, pyarrow = 5.0.0),
webhdfs (fsspec = 2021.10.1),
http (aiohttp = 3.7.4.post0, aiohttp-retry = 2.4.6),
https (aiohttp = 3.7.4.post0, aiohttp-retry = 2.4.6),
s3 (s3fs = 2021.10.1, boto3 = 1.17.106),
ssh (sshfs = 2021.9.0),
oss (ossfs = 2021.8.0),
webdav (webdav4 = 0.9.3),
webdavs (webdav4 = 0.9.3)
Could anyone help me dealing with this? Much appreciated!