I was using sentinel hub OGC API to download some Sentinel 2A products and was using Jupiter notebook to download the data. As a process I mention my configuration id that gives access to the data layer and then call for the download request. It was working perfectly fine until today when I upgraded the sentinel hub library in python 3.9 and now its constantly throwing the error of permission denied (Err no 13)
Traceback (most recent call last):
PermissionError: [Errno 13] Permission denied: ‘/Users/jagriti/.config/sentinelhub’
please assist to resolve this



