Update Apigee files using VSCode
echo -n "YOUR_APIGEE_USER_NAME:YOUR_APIGEE_PASSWORD" | base64
ApigeeBasicAuthCreds = "BlaBlaCDEdkeflalwielddkdkddd=="
orgName = "fancyOrg"
In some version of Mac OS, the file path seen by Watchdog doesn't catch the prefix. If you run into a situation where script throws "file not found" error, then update the following value or have it blank
macPathPrefix = "/System/Volumes/Data"
- Python Requirements: 3.18+
- Install all the necessary missing modules if prompted (for ex:
request
,watchdog
etc) pip install MODULENAME