Questions tagged as 'youtube-api'

0
answers

Do not receive a response from api youtube - javascript

I have 3 files: - index.html - style.css - app.js When I run the html it does not return the Youtube API connection, it already indicates the KEY API and so on. function tplawesome(e,t){res=e;for(var n=0;n<t.length;n++){res=res.rep...
asked by 24.01.2018 / 11:19
1
answer

Collect video thumbnail of youtube API

If I have the URL of a Youtube video. How can I access the thumbnails of that same video?    Publication in English: link     
asked by 05.11.2018 / 15:23
1
answer

Search script on YouTube from Google API V3. I have the error (urllib.error.HTTPError: HTTP Error 404: Not Found)

I am trying to test this script in Google Python to do searches on YouTube. The code I have removed from here: link I had to make a couple of changes to make it work with Python 3 The only thing I've done is add parentheses to all pr...
asked by 16.06.2018 / 18:34
0
answers

YouTube v3 API upload video

I'm designing an app where a section should be able to upload a video to youtube from the cell phone gallery, I have researched a bit and I see that it is possible with the YouTube V3 API but I still do not succeed, someone could provide me info...
asked by 14.06.2018 / 19:08
0
answers

problem with the api of youtube android

I have a dialogue that I want to show a YouTube video, I charge it in the following way public void video(final String video) { final Dialog dialog = new Dialog(Leyes.this); dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);...
asked by 12.04.2018 / 05:29