Download a File from the Folder
A file can be downloaded from the folder by referring to its unique file ID. A component reference or the folder reference already created is used in the below code snippet. The file ID is passed as an argument to the download_file() method. This method returns the text file in the Bytes format as response.
copy
folder_service = filestore_service.folder(5249000000016011)
data = folder_service.download_file(5249000000032063)
Yes
No
Send your feedback to us
Skip
Submit