NAME

Net::API::Gett::File - Gett file object

ATTRIBUTES

These are read only attributes.

You normally shouldn't instantiate this class on its own, as the library will create and return this object as appropriate.

filename

Scalar string

fileid

Scalar integer

downloads

Scalar integer. The number of times this particular file has been downloaded

readystate

Scalar string. Signifies the state a particular file is in. See the Gett developer docs for more information.

url

Scalar string. The URL to use in a browser to access a file

download

Scalar string. The URL to use to get the file contents.

size

Scalar integer. The size in bytes of this file.

created

Scalar integer. The Unix epoch time when this file was created in Gett. This value is suitable for use in localtime().

sharename

Scalar string. The share in which this file lives inside.

put_upload_url

Scalar string. The url to use to upload the contents of this file using the PUT method. (This method is only populated during certain times.)

post_upload_url

Scalar string. This url to use to upload the contents of this file using the POST method. (This method is only populated during certain times.)

SEE ALSO

Net::API::Gett