Skip to content

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

@lorikku

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?

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