jankais3r / VitalSource-Grabber

Python script for downloading books from the extremely user-hostile service VitalSource
MIT License
27 stars 3 forks source link

401 unauthorised error while getting API key #4

Closed girpa3 closed 4 years ago

girpa3 commented 4 years ago

Hey, I aam getting the secret key but not getting any response from print.vitalsource. Could not able to find API key.

jankais3r commented 4 years ago

This will not work without the API key.

girpa3 commented 4 years ago

Have you figured out how to spoof ? I might doing mistake so Please let us know it still works for you Thanks for this wonderful project

jankais3r commented 4 years ago

As explained in readme, you can get both the API Key and the Access Token by inspecting VitalSource App's network traffic.

girpa3 commented 4 years ago

I followed all steps you mentioned but did you check recently ? I guess vital-source made some changes in API. I could not get API now. It would be very helpful if you check again and let us know if there is something wrong I am doing

jankais3r commented 4 years ago

It's still there. The API keys are in the Header. api

App version 9.0.0.1204

girpa3 commented 4 years ago

Thank you so much. just wondering if it works for borrowed books?

jankais3r commented 4 years ago

If you can print a borrowed book in the app (I have no idea), the scripts can also download them. These two work exactly the same.

jankais3r commented 4 years ago

Closing this issue as I verified that the process still works, and no further feedback has been provided.