Questions tagged as 'api'

1
answer

Search data API Twitter

I am consulting data to Twitter as follows: <?php $consumerKey = ''; $consumerSecret = ''; $oAuthToken = ''; $oAuthSecret = ''; require_once('twitteroauth.php'); $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAut...
asked by 18.10.2016 / 21:06
1
answer

How to authorize access to Google Drive with OAuth2?

In my final year project I want to implement a client in which certain files are synchronized with your Google Drive account. I'm trying to use the Google Drive API for Java and I'm pretty lost with the OAuth2 because all the sources I read i...
asked by 15.02.2016 / 20:53
1
answer

Error: minSDK (API27) deviceSDK (API23)

Hi, I'm using version 3 of Android Studio, I had a lot of problems but I could make a program work, now I'm creating another one, but I get this error: minSDK (API27) > deviceSDK (API23) the weird thing is that I changed the values several ti...
asked by 13.09.2018 / 01:04
0
answers

Problem with arrays, index exceeded c # [closed]

I have a class that gets data of API , I'll explain all the code because I really do not know where the problem is. public static void Obtener_Enemigos() { RiotSharp.RiotApi Api = RiotApi.GetDevelopmentInstance(_Key)...
asked by 14.08.2018 / 18:58
2
answers

initMap is not a function Google Map Api

Trying to show the Google Map through the API using JS, I get the answer: "initMap is not a function", I tried removing defer and async of script but I always get the same answer. This is the code I am using (which works...
asked by 17.04.2018 / 16:40
1
answer

Google maps directions API

My problem is that I'm using the google maps directions API and use axios to make the request, but when I execute the code it tells me that I'm not passing the origin parameter but if I'm passing it on, I'll try to pass it on the parameter from...
asked by 17.03.2018 / 06:54
0
answers

Upload Files with Angular 5

Hi, I have a form in angular but I would like to send a file to the api as basically just the sending of that file is done? <ma-header></ma-header> <mat-card *ngIf="event"> <mat-card-title>{{h1Text}}</mat-card-ti...
asked by 25.03.2018 / 04:07
1
answer

Consult Youtube API from jquery

Is it possible to consume that API from jquery? If I could do it but from PHP, when doing a post like that in jquery: $.post("https://www.googleapis.com/youtube/v3/videos?id=VO7wstoK_gI&key=AIzaSyDolRu-zJQdK38G52I_rdxqRqruHx2PSBc&part...
asked by 28.03.2017 / 18:41
2
answers

Visual Studio Code Google Maps API [closed]

Saludes there is some intellisense extension for Visual Studio Code, to be able to work with the Google Maps API ...     
asked by 18.07.2017 / 23:20
2
answers

call function from Google map InfoWindows on ionic?

I'm trying to call a function from an InfoWindows in the Google Maps API, but it shows me the following error:    (index): 1 Uncaught ReferenceError: ir is not defined       at HTMLButtonElement.onclick ((index): 1) It seems that the i...
asked by 31.05.2018 / 12:45