llama_index icon indicating copy to clipboard operation
llama_index copied to clipboard

[Feature Request]: Allow google readers to take token and credential path

Open WAS-PlaiLabs opened this issue 1 year ago • 0 comments

Feature Description

The documentation just says to have token.json and credentials.json available, but doesn't specify from where -- and in our instance doesn't work. Is it possible to have paths to supply GoogleDocsReader or it's load_data method?

Credentials.from_authorized_user_file(token_path, SCOPES) InstalledAppFlow.from_client_secrets_file(creds_path, SCOPES)

Reason

Platform specific filesystems and CDNs

Value of Feature

Allows a more programmatic usage of google reader.

WAS-PlaiLabs avatar Apr 24 '24 18:04 WAS-PlaiLabs