Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Drive] Failed to load when there are a lot of folders #453

Open
hrkh opened this issue Jan 28, 2022 · 4 comments
Open

[Google Drive] Failed to load when there are a lot of folders #453

hrkh opened this issue Jan 28, 2022 · 4 comments

Comments

@hrkh
Copy link

hrkh commented Jan 28, 2022

We are trying to use Looker's schedule and save files to Google Drive.
However, users who have a lot of shared folders cannot complete loading Google Drive.

We just got a message "Loading Google Drive..." and the pull-down menu to select a drive or folder doesn't appear.

@hrkh hrkh changed the title [Google DriveFailed to load Google Drive [Google Drive] Failed to load when there are a lot of folders Jan 28, 2022
@KazuyaTomita
Copy link

Same.
Although we use spread sheet action, it takes a long time to appear the pull down menu.
I hope any action to this issue is taken, for example using cache.

@KazuyaTomita
Copy link

KazuyaTomita commented Mar 31, 2023

https://github.com/looker-open-source/actions/blob/master/src/actions/google/drive/google_drive.ts#L96

Files in Google Drive is fetched recursively in this above function, so it takes a lot of time when there are many number of files.
Other option like fetching a few times rather than fetching all of files is better in some case.

@cuigle
Copy link

cuigle commented May 31, 2023

This issue may impact many Looker user and I request the contributors of Looker Action Hub to raise the priority of this issue.

@johandebeurs
Copy link

This issue would be less critical if there were any type of sorting that appeared logical to the end user. Alphabetical or by last modified or accessed date is OK, but the UI needs to show how the sorting is being done to make the integration usable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants