View the original community article here
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.