rmarkello / pypmi

A very small toolbox for working with data from the Parkinson's Progression Markers Initiative (PPMI)
https://pypmi.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

user email and password authentication #18

Open Abdulk084 opened 2 years ago

Abdulk084 commented 2 years ago

Hi,

I can access PPMI data using my login email and password using PPMI website. But When I try to access data using command like with the following command, get error of authentication.

pypmi.fetch_studydata('all',user='xxxx', password='xxxx')

ValueError: Provided user and password could not be authenticated. Please check inputs and try again. If you have not registered for access to the PPMI database, please follow instructions outlined here: https://www.ppmi-info.org/access-data-specimens/download-data/

figo2150 commented 2 years ago

I met the same issue

kog18 commented 1 year ago

Same problem. Looks like the webpage is not supplying the authKey needed to download data. Any plans to update code?