mr1azl / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

youtube api v3 error changing playlist privacy status (also fails at developers.google.com/apis-explorer ) #318

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to youtube.playlists.update and try to change the status of a Private 
playlist to Public. API fails with error.
2. Use Oauth and verify playlist id exists.
3. ie: 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlists.upda
te?part=id&fields=id%252Cstatus&_h=14&resource=%257B%250A++%2522status%2522%253A
+%250A++%257B%250A++++%2522privacyStatus%2522%253A+%2522public%2522%250A++%257D%
252C%250A++%2522id%2522%253A+%2522PLpj_AbMAKlcU4ZGXS92lkukPhtuEnUHhv%2522%250A%2
57D&

What is the expected output? What do you see instead?
No mechanism to convert playlist to public

What version of the product are you using? On what operating system?
v3

Please provide any additional information below.

Original issue reported on code.google.com by b...@mcnamara.fr on 12 May 2015 at 2:01

Attachments:

GoogleCodeExporter commented 8 years ago
actually not a bug. usage error.
need to add status field and playlist title also before.

Original comment by b...@mcnamara.fr on 12 May 2015 at 2:06

Attachments: