OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

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

Closed Gorparth closed 3 years ago

Gorparth commented 3 years ago

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

KTibow commented 3 years ago

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).

Gorparth commented 3 years ago

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