sahilg1410 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Create examples demonstrating the YouTube API insert, update, delete methods #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need CODE Examples showing how to use the YouTube V3 API insert, update, delete 
methods.

Keep receiving the following error when using the update method:

Fatal error: Uncaught exception 'Google_ServiceException' with message 'Error 
calling PUT https://www.googleapis.com/youtube/v3/videos?part=snippet&key={My 
KEY INFO}: (400) Bad Request'

Original issue reported on code.google.com by IIP.USEm...@gmail.com on 5 Dec 2012 at 8:46

GoogleCodeExporter commented 9 years ago
Several people have requested this. There are examples on the YouTube docs for 
Python: https://developers.google.com/youtube/v3/guides/uploading_a_video which 
should be reasonably straightforward to adapt to PHP.

Original comment by ianbar...@google.com on 22 Mar 2013 at 4:26

GoogleCodeExporter commented 9 years ago
Why you have low priority for this task. There are many peoples are waiting for 
this update. I want to know how to upload large files on youtube in chunks. 

Original comment by tanvir.a...@clipsource.se on 2 Aug 2013 at 1:32

GoogleCodeExporter commented 9 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:53