No write permissions when using GDrive service account on another computer?

Using the Google drive service account with the same json file. On one computer I can execute dvc push successfully. On the other computer I get the following error:

ERROR: failed to transfer ‘md5: 848a6aa790bd34053eb457062307bd45’ - <HttpError 403 when requesting https://www.googleapis.com/drive/v2/files?supportsAllDrives=true&alt=json returned “Insufficient permissions for the specified parent.”. Details: “[{‘domain’: ‘global’, ‘reason’: ‘forbidden’, ‘message’: ‘Insufficient permissions for the specified parent.’, ‘locationType’: ‘other’, ‘location’: ‘parent.permissions’}]”>

When I use the same json file, why do I have different permissions on different computers?