Hi,
I am using the code provided by google to upload videos to youTube. It is giving a null pointer exception in this line:
I have searched in google. Everywhere they are using this code only.
I dont know how to remove this exception.
service.insert(new URL(VIDEO_UPLOAD_FEED), newEntry);
Thanks in advance.
I am using the code provided by google to upload videos to youTube. It is giving a null pointer exception in this line:
I have searched in google. Everywhere they are using this code only.
I dont know how to remove this exception.
service.insert(new URL(VIDEO_UPLOAD_FEED), newEntry);
Thanks in advance.