Gcobani Mkontwana in MATLAB Answers
上次活动时间: 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. GET https://api.thingspeak.com/channels/899906/feeds.csv?start=2019-11-11%2019:11:11&end=2019-11-08%2019:11:11 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; } }); }); });

关于 ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.