msgraph-sdk-python-core icon indicating copy to clipboard operation
msgraph-sdk-python-core copied to clipboard

FileSizeDisplay in item content returned in DateTime format not in int value

Open lprisciantelli opened this issue 10 months ago • 0 comments

Describe the bug

Using MSGRAPH to retrieve specific item information using functions client().sites.by_site_id(site_id).lists.by_list_id(folder.id).items.get() some files have DateTime format in FileSizeDisplay field, using main HTTP API this value is correct

Expected behavior

FileSizeDisplay in int/float value

How to reproduce

Some specific files have this issue

SDK Version

1.1.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

lprisciantelli avatar Dec 18 '24 10:12 lprisciantelli