OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get metadata of file or directories like size,modified or creation time,etc?

Gorparth opened this issue · comments

client.item(id=item_id).
i've client and item id wanna get size and time.
please reply fast as project deadline is coming

This repo is abandoned. Anyway, could you elaborate on what you want do do? Try using autocomplete to look for functions (I know IDLE supports it).

i got it it was just item name .get() and then .size. e.g client.item(id=item_id).get().size