Hi @savan - that warning is telling you that QIIME 2 isn't aware of a way to interpret (or view) that type of data as metadata.
If you are trying to visualize SampleData[PairedEndSequencesWithQuality], I would recommend checking out the demux summarize visualization, that should get you moving!
My understand is I don't need to demultiplex the sequence reads, right? So the next step should be see summary and look at the sequence quality. However, no matter I use
That looks like a shell error - it certainly isn't a QIIME 2 error! Did you copy and paste your command here exactly as you ran? If so, it looks like you might be missing the backslashes at the end of your lines:
The choice is entirely up to you! We like to spread across multiple lines in our tutorials and documentation because we think it makes things easier to read, but doesn't serve any functional purpose. Hope that helps - keep us posted!