I set up the configuration in google colab the same way I did in Jupyter Notebooks.
!sentinelhub.config --instance_id " "
!sentinelhub.config --sh_client_id " "
!sentinelhub.config --sh_client_secret " "
Yet when trying to download data I got the following error:
I suggest you set up the config before executing any other code.
If you have run any other code before setting up the config, the “empty” config might have gotten cached and used consequently.