Homepage

PrivateFile

Last edit: Oct 26, 2022

No description

type PrivateFile {
  content_type: String
  created_at: JSONDate
  file_name: String
  id: ID
  name: String
  size_bytes: Int
  url(expires_in: Int = 900): String
}

Fields

content_type (String)

created_at (JSONDate)

file_name (String)

id (ID)

name (String)

size_bytes (Int)

url (String)

  • expires_in (Int)

Number of seconds before presigned URL expires. Max value is one week (604800)

Questions?

We are always happy to help with any questions you may have.

contact us