You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Setting up your project and running code samples
17
+
18
+
1. Create a project in the API Console and set up credentials for a web application. Set the authorized redirect URIs as appropriate.
19
+
2. Save the client_secrets.json file associated with your credentials to a local file.
20
+
3. Copy the full code sample to a local file in the same directory as the client_secrets.json file (or modify the sample to correctly identify that file's location.
21
+
4. Run the sample from the command line and set command-line arguments as necessary:
5. Most samples print something to STDOUT. You can also check the YouTube website to see the effects of requests that write data, such as requests that create playlists or channel sections.
26
+
1
27
## Samples in this directory:
2
28
3
29
### [Add a channel section](/python/add_channel_section.py)
0 commit comments