'Max tries exceeded error while loading data to snowflake via snowsql

I am trying to load a csv file from my windows system to snowflake internal stage using snowsql.

Command : PUT file://C:\Test_Data\Orders_1.csv @CSVSTAGE1;

Error : -00001 (n/a): GET with url b'<url>' failed for exceeding maximum retries.

What am I doing wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source