https://pulumi.com logo
Title
l

limited-continent-1382

11/14/2022, 10:28 AM
Hi Team, I am getting this error when I am trying to add a member to a google group.
<p>The requested URL <code>/v1beta1/<mailto:ctry-ten-de@circles.asia|ctry-ten-de@circles.asia>/memberships?alt=json</code> was not found on this server.  <ins>That's all we know.</ins>
.
When I check the http request used to create Google membership, it appears in the google official document as this
POST <https://cloudidentity.googleapis.com/v1/{parent=groups/*}/memberships>
, but the error indicates that it is attempting to reach the v1beta1 version. How can I switch to v1? could you assist me in resolving this?