フィルターのクリア

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 Center および File ExchangeThingSpeak についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by