Official Python SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
filelink = client.upload(url)
metadata = filelink.get_metadata()
print(metadata)
TypeError: 'Response' object does not support item assignment
<Response [400]>
1) The metadata url returned 400 bad request.
2) The utils.make_call should throw an exception instead of returning the failed response without errors.
The following returns invalid metadata.
1) The metadata url returned 400 bad request. 2) The
utils.make_call
should throw an exception instead of returning the failed response without errors.Cheers