Using the Get File Details block

The Get File Details block is used to get the details of a specific file in a livespace.

 

 

  • Enter a suitable name to the function block in the field Label.
  • Add a description to the function block, if any.
  • Select the livespace from the dropdown list from which a file has been uploaded.
  • Select the Collection from the dropdown list that has the file.
  • Choose the required file from the dropdown list or enter file id in the field File.

 

Note: You can retrieve the following details from the Get File Details block.

  1. {getfile.FileFullPath}    : Gives the full path link of the file
  2. {getfile.MimeType}        : Gives the file format (for example, image/jpeg)
  3. {getfile.OwnerEmail}     : Gives the email id of the person who uploads the file
  4. {getfile.OwnerName}     : Gives the username of the person who uploads the file
  5. {getfile.Id}                      : Gives the file id
  6. {getfile.User}                 : Gives the user id of the person who uploads the file
  7. {getfile.FileSize}            : Gives the size of the uploaded file in bytes
  8. {getfile.CreatedAt}         : Gives the date and time of file upload
  9. {getfile.FilePath}            : Gives the file path
  10. {getfile.createdTimestamp}  : Gives the timestamp of the uploaded file