Unable to update library from google drive
I received a lot of error like the below when I tried to sync with google drive. Any help?
2022-02-12T15:11:08 ERROR  This file does not appear to be an audio file
2022-02-12T15:11:17 F_ERR  {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "File not found: .",
    "locationType": "parameter",
    "location": "fileId"
   }
  ],
  "code": 404,
  "message": "File not found: ."
 
             
            
Comments
Just to add, I can play all files directly rom google drive.
It looks like the underlying problem is "File not found".
I'm seeing a few error messages about the connection to the storage. Have you tried re-creating the token and updating the storage?
In addition I've added some extra logging so I know which files are actually failing to lookup.
Thanks. I did update the token but it doesnt work. Astiga failed to lookup all files in my Google Drive.
Thanks for trying that. I'll see if I can walk through the steps tomorrow.
@so5 This looks like it's working now. Can you confirm?