Reloads file metadata such as title and acl.
40 41 42 43 44 45
# File 'lib/google_drive/file.rb', line 40 def reload_metadata @api_file = @session.drive_service.get_file( id, fields: '*', supports_all_drives: true ) @acl = Acl.new(@session, self) if @acl end