Hi Philip,
I'm trying to perform the backup via the script but i'm running into a problem.
First i had to go use Pycharm since in commandline it couldn't find the meraki-sdk, so using pyCharm fixed that issue.
Now when I run the script with all necessary modules installed i get 2 errors:
Traceback (most recent call last):
File "meraki-backup.py", line 209, in <module>
orgid=get_org_id(meraki,args.orgName)
File "meraki-backup.py", line 33, in get_org_id
result = meraki.organizations.get_organizations()
File "/Users/at-mbp-52/PycharmProjects/Meraki/venv/lib/python3.7/site-packages/meraki_sdk/controllers/organizations_controller.py", line 50, in get_organizations
self.validate_response(_context)
File "/Users/at-mbp-52/PycharmProjects/Meraki/venv/lib/python3.7/site-packages/meraki_sdk/controllers/base_controller.py", line 94, in validate_response
raise APIException('HTTP response not OK.', context)
meraki_sdk.exceptions.api_exception.APIException: HTTP response not OK.
Any idea,
Already want to thank you for the script tho!
Cheers
Aaron