Google Drive

Hi all,

I’m trying to use Google drive and it works but the cpu usage is always high even in idle state.
(I’ve tried restarted, switched engine between opensearch/elasticsearch… )
My server is ubuntu 22.04 and latest updates, and my script for crawler is below.
Did I do something wrong or is it intended behavior?

title=file.name
content=file.description+"\n"+file.contents
mimetype=file.mimetype
created=file.created_time
last_modified=file.modified_time
url=file.url
thumbnail=file.thumbnail_link
content_length=file.size
filetype=file.filetype
role=file.roles
filename=file.name

Please check the log file “fess-crawler.log”.