Hello,
I was doing some testing on the export commands and noticed the following:
-On a Db type export, the ‘link’ provided via the ‘GetExport’ command includes the file name and .zip extension.
-On a Avi type export, the ‘link’ provided via the ‘GetExport’ command includes the file name but not the .avi extension. Although, the export file name has a .avi extension in the export folder.
-On a Jpeg type export, the ‘link’ provided via the ‘GetExport command includes the file name but not the .Jpeg extension as well. However, the file name on the server does not contain any extension.
I am not sure if this is done intentionally or why the inconsistency. FYI.
Hi,
It depends whether you provide name for the export. In case you provide - file extension is not added. In case you do not provide - export name is generated based on the camera name and extension is added
Hi Svetlana, I tested this by providing a name for the export each time and had different results. I noticed this because I use the resulting link to make the file available for download and had to adjust my code accordingly to compensate.
Attached are my findings.
Thanks,
-Dave
Thank, Dave, you’re absolutely right. We found an issue and we’ll fix it. Meanwhile, could you try to provide the name of the export in the StartExport command with the corresponding extension (export.avi / export.db )