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

Thumbnails are not showing up for Cloud-only files (Only metadata is cached on disk) #82

Open
viswanathr88 opened this issue Oct 30, 2021 · 4 comments

Comments

@viswanathr88
Copy link

viswanathr88 commented Oct 30, 2021

image

@lmadhavan
Copy link
Owner

This seems to be an issue with the Windows thumbnail API not returning a real thumbnail for cloud files. The call doesn't actually fail, it just returns a placeholder image which makes this tricky to even detect from the app. Generating custom thumbnails for all files will likely result in poor performance.

@lmadhavan
Copy link
Owner

I was able to reproduce this with a test folder in OneDrive that was not available locally. Initially, File Explorer has the same issue where it only displays the placeholder. However, as soon as I go inside the folder, a thumbnail is generated even though the file has still not been downloaded. Once the thumbnail has been generated, it shows up in Fotografix as well.

image image

@lmadhavan
Copy link
Owner

Opened an issue with the Windows App SDK team: microsoft/WindowsAppSDK#1874

@riverar
Copy link

riverar commented Dec 6, 2021

Some additional guidance that may help https://docs.microsoft.com/en-us/windows/uwp/files/quickstart-determining-availability-of-microsoft-onedrive-files. Getting that API changed or new APIs added is probably going to be nearly impossible at this late stage for UWP.

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

3 participants