I have a sync job running as a daemon on MacOS every 30 minutes which sync two local (Mac) folders to their equivalents on Google Drive. This worked fine for several weeks.
A few days ago this started failing and the only fix is I have is to disconnect from my Google account and reconnect. Its now doing this on every 30 minute run.
Here is part of the error I get running the job directly from inside FFS:
Cannot read file attributes of "gdrive:/<my gmail account>/Vira".
{
"kind": "drive#changeList",
"newStartPageToken": "6990532",
"changes": [
{
"kind": "drive#change",
"removed": false,
"fileId": "12r_BwZJtqvfjG6basuo9TZw0VKUJcy5D",
"file": {
"name": "<file name #1>",
"mimeType": "application/vnd.google-apps.folder",
"trashed": false,
"modifiedTime": "2018-06-11T16:58:30.104Z",
"shared": true
}
},
I tried to post the full error message but got told I was a spammer!