# Dvc remote drive

**URL:** https://discuss.dvc.org/t/dvc-remote-drive/1569
**Category:** Questions
**Created:** [March 21, 2023, 9:49am UTC](https://discuss.dvc.org/t/dvc-remote-drive/1569 "2023-03-21T09:49:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ravichas](https://avatars.discourse-cdn.com/v4/letter/r/eb8c5e/32.png) [@ravichas](https://discuss.dvc.org/u/ravichas)
#### Post date: [March 21, 2023, 9:49am UTC](https://discuss.dvc.org/t/dvc-remote-drive/1569/1 "2023-03-21T09:49:53Z")

</div>

Hi DVC,

I am following along (Mac system; MacBook Air) one of the DVC tutorials and I am using the latest DVC version.  
I am using gdrive for remote storage. I have created a folder data/remote, and I followed all the instructions from the tutorial.  
when I do a dvc push, I get the following error:

```auto
 $ dvc push

ERROR: unexpected error - : <HttpError 404 when requesting https://www.googleapis.com/drive/v2/files/1uLgZuvVlB0fnU-Fytp9kWdRyBjLmmktu?fields=driveId&supportsAllDrives=true&alt=json returned "File not found: 1uLgZuvVlB0fnU-Fytp9kWdRyBjLmmktu". Details: "[{'message': 'File not found: 1uLgZuvVlB0fnU-Fytp9kWdRyBjLmmktu', 'domain': 'global', 'reason': 'notFound', 'location': 'file', 'locationType': 'other'}]">

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!

```

Thanks

Ravi
