You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zengine Development
I need to create a plugin to download files from a upload field in a workspace. I noticed that there are file apis in which allow to get file list, create, update file or delete file. Is there a way I can download file?
Chunjen Chen
unread,
Sep 29, 2023, 2:43:14 PM9/29/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zengine Development
ok. After looked into the API, I figure out to use /forms/{form.id}/records to get the filename data which could be downloaded.