import demultiplexed data from QIITA

Hi,
I am trying to import demultiplexed data from qiita into an QIIME artifact (qiime2 2020.8). I have downloaded preprocessed.fastq file from qiita preprocessing --> demultiplexed and now I am trying to put it into an qiime artifact.
I am doing this:
qiime tools import --type SampleData[SequencesWithQuality] --input-path data --output-path emp-single-end-sequences.qza

I am having an error:

Missing one or more files for SingleLanePerSampleSingleEndFastqDirFmt: '.+_.+_L[0-9][0-9][0-9]_R[12]_001\\.fastq\\.gz'

I have ONE fastq.gz file and metadata. No other files. What file should I need. Or maybe my way of importing data is not good?

Thank you for the answer

A post was merged into an existing topic: import demultiplexed data from qiita to qiime artifact 2020.8