f.File.download()
f.File.download(filekey, target, directory)
개요
파라미터
파라미터명
필수여부
타입
제약사항
설명
예시
// 파일을 다운로드 합니다.
const fileKey = _collections.activeSector.fileKey;
const boundary = _collections.activeSector.boundary;
const directory = _collections.activeSector.directory;
f.File.download(fileKey, boundary, directory);마지막 업데이트
도움이 되었나요?