Questions tagged as 'api'

0
answers

Error: Server returned HTTP code: 404

Good morning, I'm trying to connect the Earth Engine API to my server, but I'm encountering the following error. Error: Server returned HTTP code: 404 at Object.ee.data.handleResponse_ (C:\Users\EST\Desktop\express\node_modules\@google\ea...
asked by 21.11.2018 / 12:23
1
answer

How to correct this error Json

I am collecting data from an Api that takes me back to the information in a Json dictionary to play in an appweb, so the server gives me this error, how can I do that to correct it? Error giving: Traceback (most recent call last): File "/...
asked by 14.11.2018 / 21:55
0
answers

Spring Data jpa save () method does not work, returning an object with id null

when testing the call in postman it returns the object as if it were saved but the id comes with value zero, follow my code below @Entity(name = "TB_CLIENTES") public class Cliente implements Serializable { private static final l...
asked by 13.11.2018 / 19:31
0
answers

How do I download a PDF for my application where the request made to the API returns Content-Disposition attachment?

My application makes a connection to an API that returns a PDF. This PDF is returned as an attachment according to the following image and when I try to save this file to any folder through my application, or an error occurs or the file is saved...
asked by 14.11.2018 / 13:24
0
answers

Associate a contact with a contact group in the Google Contacts API

I can not locate myself in the Google API to associate a contact with a contact group (Label) My sources: link link With the API person I can create new contacts and groups, but I can not put a contact inside a group     
asked by 22.11.2018 / 22:14
1
answer

Calling the API with HttpClient - POST

It's the first time I've developed something like this, so I do not know what might be wrong. I'm making an API call with HttpClient , like this: private string autenticar() { try { using (var client = new HttpClient()...
asked by 18.11.2018 / 15:23
1
answer

Python - Json: KeyError

I'm making the call into a MailChimp API in which I ready the fields to insert into my DB. In the JSON provided by the documentation, the following fields appear: { "automations": [ { "id": "b0a1c24f1a", "create_time": "2015-09-15T14...
asked by 21.11.2018 / 17:59
1
answer

Good practices in a GET (Laravel API) request [closed]

Hello, I have a table with user login data, and this table is related to several other tables (FK). I'm making an API using Laravel, but a question has arisen. If I make a GET in the Login table using the user ID, which is best as good practice:...
asked by 13.11.2018 / 01:52
0
answers

API returns error sslv3 alert handshake failure

I am trying to run the code of an API that is in the address below. It's been 3 days since I've been on this code and I have not made any progress. Already tried to create everything again and nothing to work. link I created a project in...
asked by 09.11.2018 / 19:54
0
answers

Error in deploy pythonanyhere flask

I wish someone could give me a light or the best way to do it. I have an application that shows data collected from an API of a finished game. in my localhost it works perfect, most when it runs on the pythonanywhere server ( link ) it's error....
asked by 03.11.2018 / 21:25