run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.44k stars 731 forks source link

[Bug]: GoogleDriveReader always return an empty list #812

Open mw19930312 opened 8 months ago

mw19930312 commented 8 months ago

Bug Description

I'm following the official document of GoogleDriveReader. However, I'm always receiving an empty array as the returned results.

Version

0.9.21

Steps to Reproduce

from llama_index import download_loader

GoogleDriveReader = download_loader("GoogleDriveReader")

loader = GoogleDriveReader()

Using folder id

documents = loader.load_data(folder_id="1LEqD_zQiOizKrBKZYKJtER_h6i49wE-y")

Relevant Logs/Tracbacks

No response