nao-pon/flysystem-google-drive

the thumbnailLink field in additionalFetchField causes error 500 during file upload

cirolosapio opened this issue · 0 comments

Configuration:

  $options = [
    'additionalFetchField' => 'iconLink,hasThumbnail', // thumbnailLink error
  ];
  $adapter = new GoogleDriveAdapter($service, null, $options);

When i try to get the file list everything is fine.
But when i try to upload a file (also using the thumbnailLink field) i get this error:

Google_Service_Exception: {
 "error": {
  "code": 500,
  "message": null
 }
}