I tried using Data Table api but I get "AccessDenied" error for FileBox table.
[NoTableAccess]Access denied to table FileBox
Does Infusionsoft not allow updating fields of FileBox table? Is there any other way to set files as Public?
I tried using Data Table api but I get "AccessDenied" error for FileBox table.
[NoTableAccess]Access denied to table FileBox
Does Infusionsoft not allow updating fields of FileBox table? Is there any other way to set files as Public?
In order to upload a file to FileBox you need to use FileService.uploadFile API method.
Call to FileService.getDownloadUrl will return you public URL of a file.
Please note file ID is returned on FileService.uploadFile method call. You can use this ID when requesting URL of a file by FileService.getDownloadUrl method call.
You cannot change Public field value (as any others in FileBox table), because they have read access only.