Skip to content
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

Fix incorrect Google Developers channelId #314

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

TrianguloY
Copy link
Contributor

Description

The snippet in https://developers.google.com/apps-script/advanced/youtube contains this sample code, as a way to subscribe to the Goggle Developers Youtube channel.

When run, the account is subscribed to an unexpected channel:

This error exists since at least 5 years ago when 9kopb notified it, but was ignored: 499e650#r45916392

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have performed a peer-reviewed with team member(s)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

The snippet in https://developers.google.com/apps-script/advanced/youtube contains this sample code, as a way to subscribe to the Goggle Developers Youtube channel.

When run, the account is subscribed to an unexpected channel:
- Current, wrong: https://www.youtube.com/channel/UC9gFih9rw0zNCK3ZtoKQQyA (JennaMarbles)
- Expected, correct: https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw (Google Developers)

This error exists since at least 5 years ago when 9kopb notified it, but was ignored: 499e650#r45916392
@google-cla
Copy link

google-cla bot commented Mar 30, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@sqrrrl sqrrrl merged commit a596695 into googleworkspace:master Apr 1, 2022
brentchang pushed a commit to brentchang/apps-script-samples that referenced this pull request Dec 3, 2023
The snippet in https://developers.google.com/apps-script/advanced/youtube contains this sample code, as a way to subscribe to the Goggle Developers Youtube channel.

When run, the account is subscribed to an unexpected channel:
- Current, wrong: https://www.youtube.com/channel/UC9gFih9rw0zNCK3ZtoKQQyA (JennaMarbles)
- Expected, correct: https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw (Google Developers)

This error exists since at least 5 years ago when 9kopb notified it, but was ignored: googleworkspace@499e650#r45916392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants