About
Pricing
Community
Teams
Start Free Trial
Log in
XiX101
asked on
12/21/2012
How to make YouTube API Calls from GWT App
I need to integrate YouTube API into my GWT web application. I need to make
YouTube API calls
such as the following:
UPLOAD:
https://developers.google.
com/youtub
e/2.0/deve
lopers_gui
de_protoco
l_browser_
based_uplo
ading
CHECK STATUS:
https://developers.google.
com/youtub
e/2.0/deve
lopers_gui
de_protoco
l_checking
_video_sta
tus
SET DEVELOPER TAGS:
https://developers.google.
com/youtub
e/2.0/deve
lopers_gui
de_protoco
l_uploadin
g_videos
In order to circumvent browser's
same origin restrictions
, the calls have to be
CORS
calls.
How can I make these
YouTube API calls
from my
GWT web application
? A small code sample would be greatly appreciated.
Note that I have tried using
YouTube Direct Lite
, but it seems it doesn't allow setting
developer tags
, which is
crucial
for me.
AJAX
Web Development
JavaScript
1
1
Last Comment
Meir Rivkin
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Meir Rivkin
12/23/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy