Dvc pull error from Google Cloud

I’m not able to pull from a virtual machine running Ubuntu in GCP but it does work in Amazon EC2. Could I be missing an outbound network rule or something? Logs below, thanks!

$ dvc pull -v
2022-02-11 03:16:56,723 DEBUG: Adding '/home/koz/test/.dvc/config.local' to gitignore file.
2022-02-11 03:16:56,725 DEBUG: Adding '/home/koz/test/.dvc/tmp' to gitignore file.
2022-02-11 03:16:56,726 DEBUG: Adding '/home/koz/test/.dvc/cache' to gitignore file.
2022-02-11 03:16:56,756 DEBUG: failed to pull cache for 'data'        
2022-02-11 03:16:56,775 WARNING: No file hash info found for '/home/koz/test/data'. It won't be created.                                                        
1 file failed                                                                                                                                                   
2022-02-11 03:16:56,776 ERROR: failed to pull data from the cloud - Checkout failed for following targets:
/home/koz/test/data
Is your cache up to date?
<https://error.dvc.org/missing-files>
------------------------------------------------------------
Traceback (most recent call last):
  File "/home/koz/venv/lib/python3.8/site-packages/dvc/command/data_sync.py", line 30, in run
    stats = self.repo.pull(
  File "/home/koz/venv/lib/python3.8/site-packages/dvc/repo/__init__.py", line 49, in wrapper
    return f(repo, *args, **kwargs)
  File "/home/koz/venv/lib/python3.8/site-packages/dvc/repo/pull.py", line 40, in pull
    stats = self.checkout(
  File "/home/koz/venv/lib/python3.8/site-packages/dvc/repo/__init__.py", line 49, in wrapper
    return f(repo, *args, **kwargs)
  File "/home/koz/venv/lib/python3.8/site-packages/dvc/repo/checkout.py", line 110, in checkout
    raise CheckoutError(stats["failed"], stats)
dvc.exceptions.CheckoutError: Checkout failed for following targets:
/home/koz/test/data
Is your cache up to date?
<https://error.dvc.org/missing-files>
------------------------------------------------------------
2022-02-11 03:16:56,782 DEBUG: Analytics is enabled.
2022-02-11 03:16:56,812 DEBUG: Trying to spawn '['daemon', '-q', 'analytics', '/tmp/tmpnugg1s2n']'
2022-02-11 03:16:56,813 DEBUG: Spawned '['daemon', '-q', 'analytics', '/tmp/tmpnugg1s2n']'
(venv) koz@ubuntu-01:~/test$ dvc --version
2.9.3