Knowledge Drop

Python-SDK: Why isn't the returned object in JSON?


Userlevel 4

Last tested: Jan 24, 2020
 

Use file.attribute to access attributes of the object (eg, file.url or file.id).

Alternately, use the hidden attribute __dict__ to return the object in json format (eg, file.__dict__ )

 

This content is subject to limited support.                

 

 


0 replies

Be the first to reply!

Reply