APP_ID_NOT_WHITELISTED: The application is not registered ERROR code
Hei I get following response when I run the code python drivesink.py upload ./Pictures/ Pictures/
INFO drivesink:143 upload Uploading './Pictures/' to 'Pictures/' ...
DEBUG connectionpool:939 _new_conn Starting new HTTPS connection (1): cdws.us-east-1.amazonaws.com:443
DEBUG connectionpool:433 _make_request https://cdws.us-east-1.amazonaws.com:443 "GET /drive/v1/nodes? filters=isRoot:true HTTP/1.1" 403 143
ERROR drivesink:317 _request Got Amazon code APP_ID_NOT_WHITELISTED: The application is not registered, applicationId: amzn1.application.
Is this project still maintained or did the app registration expire?
Unfortunately Amazon keeps changing things, and I'm not actively using the app right now. You may be able to register your own application and run it yourself?
Amazon closed their app registration for new apps considering Amazon Drive. So unless someone still has an old api key this code won't work anymore.