Open przell opened 4 years ago
First, the error message is in XML. Usually all server messages should be JSON. This is the responsibility of EURAC. The message says that you need a login for this, however the credentials provided are invalid (the same for as the ones in our internal document). @przell can you help here?
@aljacob We have talked about the error message that is returned in xml. I think you know what to do. I have provided correct login in the dedicated google docs.
However, i ran the following code:
And I get the following:
First, the error message is in XML. Usually all server messages should be JSON. This is the responsibility of EURAC. The message says that you need a login for this, however the credentials provided are invalid (the same for as the ones in our internal document). @przell can you help here?
Apart from that your code failed, because I could not handle the
quote
statement. There is no translation from the quote object into JSON (usually list like structures). Therun_udf
parameter udf requires a text or an URL.Originally posted by @flahn in https://github.com/Open-EO/openeo-usecases/issues/1#issuecomment-606724952