question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Retrieved Image contains no metadata for PNG files

See original GitHub issue

I am making a request for image files with metadata as follows:

dbxClient.files() .listFolderBuilder(path) .withIncludeMediaInfo(true) .start();

However, in the response that comes back, FileMetadata.getMediaInfo() = null for half of my images. Any reason why this is happening, or what am I doing wrong?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
greg-dbcommented, Oct 12, 2016

We can’t make any promises, but we’ll consider this a feature request for media metadata for PNG files.

0reactions
handstandsamcommented, Sep 23, 2022

Thanks @greg-db for relaying this information to our server team. I’m going to close this on the Java SDK project here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Metadata lost on PNG files · Issue #2573 - GitHub
Describe the bug Many metadata are not recognized on PNG files. To Reproduce Compare results of iinfo and exiftool on the provided PNG...
Read more >
Picture file information display - Microsoft Community
Does PNG contain EXIF data like JPG? The metadata you are seeing in Photo Gallery is archived in a proprietary. file named Pictures.pd6...
Read more >
How do I save custom information to a PNG Image file in ...
You can store metadata in Pillow using PngImagePlugin.PngInfo like this: from PIL import Image from PIL.PngImagePlugin import PngInfo ...
Read more >
Show xmp Metadata for png files in Media Library
We would like to retrieve keywords and labels assigned to .png files – which AFAIK cannot store this Metadata natively. Having these available...
Read more >
How to Obtain Valuable Data from Images Using Exif Extractors
Metadata contained in images and other files can give away a lot more information than the average user might think.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found