Steps to reproduce
- Upgrade to version 5.0.2;
- Follow the normal upgrade process;
- Click on Run > notifStart;
Expected behavior
The script should start correctly
Current behavior
I'm receiving an error “Service not found: plus v1”
Context
- Version of the script: 5.0.2
- I used old versions, so Google Plus was active in the past (however it's now deprecated)
Possible solution
- Modifying the manifest file (View > Show manifest file) in order to display appsscript.json
- Remove the lines below:
{ "userSymbol": "Plus", "serviceId": "plus", "version": "v1" }
This seemingly works for me, I can now launch the script without error. I'll wait for my next notification to show up in my inbox to make sure it is actually working.
- Similar case (for another script) here
- I also went into the Google Cloud Platform, and disabled the Google Plus API from the project (it was still there and enabled), although I'm not sure whether this is necessary to resolve the issue.
- I'm not sure whether this is happening to everyone, I'm assuming only to those who used old versions of the GoogleContactsEventsNotifier from the past.
Thank you @GioBonvi for this neat little script, which is compensating for a lack of birthday notifications in Google Calendar. :)
Steps to reproduce
Expected behavior
The script should start correctly
Current behavior
I'm receiving an error “Service not found: plus v1”
Context
Possible solution
{ "userSymbol": "Plus", "serviceId": "plus", "version": "v1" }This seemingly works for me, I can now launch the script without error. I'll wait for my next notification to show up in my inbox to make sure it is actually working.
Thank you @GioBonvi for this neat little script, which is compensating for a lack of birthday notifications in Google Calendar. :)