Filter löschen
Filter löschen

Failed to load to the server with 400 status

3 Ansichten (letzte 30 Tage)
Gcobani Mkontwana
Gcobani Mkontwana am 11 Nov. 2019
Beantwortet: Vinod am 12 Nov. 2019
Hi Team
I am testing my ajax URL to download cvs file using GET method, these are my paremeters channel for my plugin.
How do i resolve this issue? I need some help, thanks.
$(document).ready(function() {
$("#download").click(function() {
$.ajax({
url:'https://api.thingspeak.com/channels/899906/feeds.csv?start=2019-11-11%2019:11:11&end=2019-11-11%2019:11:11',
type:'GET',
success:function(response){
window.location = response;
}
});
});
});

Antworten (1)

Vinod
Vinod am 12 Nov. 2019

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu ThingSpeak finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by