필터 지우기
필터 지우기

Failed to load to the server with 400 status

조회 수: 3 (최근 30일)
Gcobani Mkontwana
Gcobani Mkontwana 2019년 11월 11일
답변: Vinod 2019년 11월 12일
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;
}
});
});
});

답변 (1개)

Vinod
Vinod 2019년 11월 12일

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by