Module GoogleApps.File
Files in Google Drive.
val get_folder_by_id : string -> folder
val t_of_js : Ojs.t -> tval get_file_by_id : string -> tval get_id : t -> stringval get_name : t -> stringval get_size : t -> intval make_copy : t -> name:string -> folder:folder -> tval set_content : t -> content:string -> t
type iteratorAn iterator that allows scripts to iterate over a potentially large collection of
File.t.
val get_files : unit -> iterator- returns
 a
FileIterator.t for all files of the drive
val blob_to_js : blob -> Ojs.tval new_blob : string -> blobval get_blob : t -> blobval copy_blob : blob -> blobval get_blob_data_as_string : blob -> stringval set_blob_data_from_string : blob -> data:string -> blobval set_blob_name : blob -> name:string -> blobval set_blob_content_type : blob -> content_type:string -> blob