-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Plus moment post fails because of "vault" problem #115
Comments
All parameters specified by the API documentation should be part of the same object. So instead of |
yoshi-automation
added
triage me
I really want to be triaged.
🚨
This issue needs some love.
labels
Apr 6, 2020
This was referenced Jun 20, 2023
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
Open
This was referenced Jun 21, 2023
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#105
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#106
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#107
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#108
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#109
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#110
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#111
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#112
Open
[Snyk] Security upgrade googleapis-common from 0.7.2 to 2.0.0
takeratta/google-api-nodejs-client#113
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error is received from Google's servers
Error: Invalid string value: '{collection}'. Allowed values: [vault]
My code:
The same error occurs no matter what type of object specified for the second argument.
and even when I pass vault in as it's defined your library:
all produce an identical error.
The only similar error I could find was here: https://code.google.com/p/google-plus-platform/issues/detail?id=658
(although this error is for the clientside javascript library)
The text was updated successfully, but these errors were encountered: