Client error 403 when trying to access Text Classification Notebook in NGC

I am trying to access the Text Classification Notebook. I’m following the steps mentioned in this site: https://ngc.nvidia.com/catalog/resources/nvidia:tlt-jarvis:textclassification_notebook

When I run the command
ngc registry resource download-version nvidia/tlt-jarvis/text_classification:v1.0 --dest /home/siminsights/jarvis/samples/

I get the following error:
{
“error”: “Client Error: 403 Response: - Request Id: Url: https://api.ngc.nvidia.com/v2/org/nvidia/team/tlt-jarvis/resources/text_classification/versions/v1.0
}

Before this step, everything seems fine. Please let me know if I’m missing something. Thank you.

1 Like

Hi @rkjha1,

I think there is typo in the documentation part. You can use the command listed under “cli command” section in order to download the resource.

ngc registry resource download-version "nvidia/tlt-jarvis/textclassification_notebook:v1.0"

Meanwhile we will try to fix the documentation as soon as possible.

Thanks

1 Like

Thank you for getting back. The command under “cli command” worked.

1 Like