Links

File

File Schema
  • id: Unique id for every file
  • parent_id: Unique id for parent file
  • name: name of the file
  • is_folder: File type, True means folder and false means file
  • ext:
  • type: Type of file
  • file_paths: paths of file
  • uuid: Unique identifier string(UUID Format)
  • size: Size of the file
  • active: Active/Inactive state of file
  • created_at: File creation timestamp
  • modified_at: Last modified timestamp of file
  • mime_type: Mime type of the file
  • num_files:
  • lable: The lable of the file
  • metadata: The file metadata
  • file_urls: The actual url of the file
post
https://api.gmetri.com/sdk/
file/uploadFileFromURL
Upload File From URL
post
https://api.gmetri.com/sdk/
file/get
Get File
post
https://api.gmetri.com/sdk/
file/createFolder
Create Folder
post
https://api.gmetri.com/sdk/
file/listFolder
List Folder
post
https://api.gmetri.com/sdk/
file/getRootFileId
Get Root File ID