My FLP.html files are not breaking with following error messages: I'm using full_url property for the URL still gives me MaxDataServiceVersion 2.0 whereas my dataservice is on V3.
Please respond.
{ | "message": "HTTP request failed", | "headers": { "X-Content-Type-Options": "nosniff", | "DataServiceVersion": "1.0;", | "Content-Type": "application/json;odata=verbose;charset=utf-8" | }, | "statusCode": "400", | "statusText": "Bad Request", | "responseText": "{\"error\":{\"code\":\"\",\"message\":{\"lang\":\"en-US\",\"value\":\"The MaxDataServiceVersion '2.0' is too low for the response. The lowest supported version is '3.0'.\"}}}" } |