How to fetch BOX file metadata information using Box API with python SDK?
Hi
Can anyone please let me know how to fetch BOX file metadata information using Box API with python SDK?
I am using the JWTauth process for authentication.
-
The documentation has been recently updated and organised on GitHub, please take a read and you should be able to find most things here : https://github.com/box/box-python-sdk/tree/master/docs/usage
metadata = client.file(file_id='11111').metadata(scope='enterprise', template='myMetadata').get() print('Got metadata instance {0}'.format(metadata['$id']))
サインインしてコメントを残してください。
コメント
8件のコメント