I’m using the Cognite SDK to create files on CDF but I’m not able to find this file under the dataset on data Explorer UI. Where will this files be stored and how can I make sure that they are visible?
fileMetadata = FileMetadataWrite(
name=fileName,
external_id=fileName,
overwrite=True,
data_set_id=dataSetId,
mime_type="application/json",
)
new_file = client.files.create(fileMetadata)