Skip to content

Do you need to provide auth to stop calendar channel? #3627

Description

@lorikku
const calendar = gapi.calendar({ version: "v3" });

  await calendar.channels.stop({
    requestBody: {
      id: channelId,
      resourceId,
    },
  });

Or do I have to...

const calendar = gapi.calendar({ version: "v3", auth });

  await calendar.channels.stop({
    requestBody: {
      id: channelId,
      resourceId,
    },
  });

The problem is, I have a 'stray' channel that I don't know where it's coming from anymore, neither do I have the auth token to stop this channel (if it's required). Do I just ignore it forever or something?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    size: sPull request size is small.type: questionRequest for information or clarification. Not an issue.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions