PythonFromSpace icon indicating copy to clipboard operation
PythonFromSpace copied to clipboard

What is the json file I need to read?

Open mdnk889 opened this issue 6 years ago • 0 comments

`api_keys = json.load(open("apikeys.json",'r')) client = api.ClientV1(api_key=api_keys["PLANET_API_KEY"])

  1. What is the apikeys.json file I should? I don't have any such file`. 2, Should I paste my planet API key in place of PLANET_API_KEY?

Please help me Thank you

mdnk889 avatar Aug 28 '19 13:08 mdnk889