In this section, you will find information and examples on how to manipulate the files associated with your application. Learn how to list, read, create, and delete files using the Square Cloud JavaScript SDK.
application.files.list()
return a list of APIListedFile
objects.
application.files.read()
returns a Buffer object.
application.files.create()
returns a Boolean.
application.files.delete()
returns a Boolean.