Reputation: 285
I need to download a json file from API using python.
I am having a url like https://API_Key:[email protected]/fileName.json
And I am having Shared Secret code also. I can't download a file without shared secret code. If I try it throws 403 error code. Can anyone help me how to pass the Shared Secret code with the URL to download a json file.
Upvotes: 1
Views: 126