How to get api http in quactel?
hello, could you tell us your current module type?
1 Like
Hi! My module type Quectel EC600M-CN
@Hayes Could you help me? I need to know how to use http get request in quectel then download a zipfile from the link
(post deleted by author)
The only guide document that I use for HTTP is from this link quectel (request - HTTP Client - QuecPython)
However, I want to download the zipfile from a direct link. When I use the code from the example code in Quectel, the error is like this:
example.exec(‘/usr/QuecPythonRequest.py’)
Traceback (most recent call last):
File “/usr/QuecPythonRequest.py”, line 3, in
File “request.py”, line 303, in get
File “request.py”, line 284, in request
NotImplementedError: Redirects not yet supported
Could you help me to solve this problem? I need to download zipfile from direct link, please. @Hayes