T.SURESH ARUNACHALAM
T.SURESH ARUNACHALAM

Reputation: 285

How to download a JSON by API call in Python?

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

Answers (1)

tsuresh97
tsuresh97

Reputation: 496

It's due to permission issue. Just check with system admin.

Upvotes: 1

Related Questions