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

Thumbnail Service #22

Open
medcl opened this issue Nov 19, 2024 · 0 comments
Open

Thumbnail Service #22

medcl opened this issue Nov 19, 2024 · 0 comments

Comments

@medcl
Copy link
Member

medcl commented Nov 19, 2024

Google Drive’s thumbnail links appear to expire after a certain period, and other data sources may not provide reliable or consistent thumbnails. To address this, implementing a general thumbnail service is essential. This service would:

  • Generate Thumbnails: Automatically create thumbnails for documents lacking reliable thumbnails, such as files from unsupported or inconsistent sources.

  • Store Thumbnails: Persistently store generated thumbnails in a secure, accessible location to ensure they remain available regardless of source limitations.

  • Integrate Seamlessly: Provide a unified interface for retrieving thumbnails, whether generated or sourced, simplifying integration with various data sources.

This approach ensures consistent thumbnail availability across all document sources while decoupling the thumbnail handling logic from individual data connectors.

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

1 participant