Filter löschen
Filter löschen

download data from https

5 Ansichten (letzte 30 Tage)
Stefano Pietri
Stefano Pietri am 21 Jun. 2021
Kommentiert: Image Analyst am 26 Jun. 2021
I would like to download data with webread from an https witha formed complex query (without using the basic query options in webread, websave as they would not work).
However I am getting a "Rorbidden" answer and error that does not explain much.
Any ideas?
  1 Kommentar
Rik
Rik am 21 Jun. 2021
Have you checked if the specific website allows non-human access?
Also, how do you expect us to give you a solution if you only tell us you're getting an 'access forbidden' error?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Amrtanshu Raj
Amrtanshu Raj am 25 Jun. 2021
Hi,
As mentioned in the documentation. The Forbidden error is shown when Client does not have the correct credentials to make a request.
Hope this helps.
  6 Kommentare
Stefano Pietri
Stefano Pietri am 26 Jun. 2021
however I can use the following python code and it works:
response = ulib.request.urlopen("https://...")
data = response.read()
Image Analyst
Image Analyst am 26 Jun. 2021
You can use Python from MATLAB - there is a webinar on that.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by