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

Add ability to attach thumbnails to image uploads #225

Open
masterofllamas opened this issue Feb 5, 2023 · 1 comment
Open

Add ability to attach thumbnails to image uploads #225

masterofllamas opened this issue Feb 5, 2023 · 1 comment

Comments

@masterofllamas
Copy link

Description: When image files are uploaded using this client, thumbnails do not show up for them on the web. The SDK docs say the upload client has to attach generated thumbnails when uploading an image. Is it possible to add this functionality? Apparently there are example applications in the SDK code to show how to do that.

Actual Behavior:

Thumbnails are not generated for image uploads

Expected Behavior:

There should be a way to attach generated thumbnails to image uploads

Steps to Reproduce:

  1. Upload an image to a folder using this client
  2. Browse to the folder in the mega web interface
  3. Notice the image file doesn't show a thumbnail. If you open it inside the browser, then it will generate a thumbnail, but this is impractical when uploading hundreds of images.

MegaApiClient Version:
1.10.3

@gpailler
Copy link
Owner

gpailler commented Mar 6, 2023

I implemented recently DownloadFileAttribute() but its counterpart doesn't exist.
I will check if it can be done in the next version of the library

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
@gpailler @masterofllamas and others