I am trying to create and test a custom speech model. I'm able to go through all of the steps to upload data, train the model, and test the model. However, I can't view the contents of files after I upload them (for example, a plain text file has a large gray box where it should display the text the file contains) or the transcripts produced by the model as part of a text (again, a gray box, though I can listen to the audio file it should have transcribed). Any attempt to download the file or test results to view the contents will fail. The upload of the file and the running of the test are listed as being successful, it's just my ability to view the results that isn't working.
I'm guessing this is coming from a permissions error somewhere. I am a Cognitive Services Speech Contributor for this resource, which should give me full access for reading data for custom speech models. Is the training data stored somewhere else, so I need to be a Cognitive Services Speech Contributor for that location as well? If so, where can I find the storage location? Or does the role Cognitive Services Speech Contributor not contain the permissions I need to read the data I upload? If so, what role would allow me to do this?