Dataset API - Dropzone

Hi,

When using the dataset API, the value for "Enableddropzone" is FALSE even though the dataset is set up for "Enable external system dropzone". Does the API only show "Enable server dropzone"?

Thanks

Best Answer

  • Henry Simms
    Henry Simms Administrator
    Answer ✓

    It looks like you're right @James T Sidebotham , the datasets API response doesn't show whether a Dataset has the external system dropzone enabled:

    image.png

    The

    "enableDropZone": false / true
    

    value shows is the server dropzone is enabled.

    Only datasets loaded from SFTP, AWS S3 and Microsoft ADLS Gen2 system types will have this setting in the UI, but I can see how it could be useful to return in the API too.

    I'd recommed raising it as an Idea on this Community

Answers