I am trying to use the Google Scripts API. I run projects.create through the npm package and I get the following error:
Error: User has not enabled the Apps Script API. Enable it by visiting https://script.google.com/home/usersettings then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
I have visited that page and enabled the API. I have also enabled the Apps Script API on the dev console.
Edit: It's been 12 hours now and I keep getting this error. No way the issue is propagation.