Posts by DjongaNelson Lontrowski • 21 points
2 posts
-
1
votes1
answer50
viewsA: Volley Android - GET to return list of videos from a playlist - JAVA
I was able to solve, the code of Sponse that was returning was 403-Forbidden Translating basically to that my API key had no access to the Youtube API of HTTP requests. What I did? I went to my…
-
1
votes1
answer50
viewsQ: Volley Android - GET to return list of videos from a playlist - JAVA
Hello, I’m using the android library Volley to make a GET call (https) to return to me the Json of the videos of a specific playlist. Basically my current GET request is this: String url…