-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't access latest photos #118
Comments
Hi, without including your actual key, can you tell me how you're trying to access the API? What URL are you using? |
I'm using the URL mentioned in the read me on Query for Latest Photo to try to access it: https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/latest_photos |
You need to add your API key to that endpoint. How are you adding the API key? |
https://api.nasa.gov/mars-photos/api/v1/rovers/curiosity/latest_photos&api_key=DEMO_KEY |
I see. You need to put a |
Oh god, mistake on my part! Thanks for your time! |
Hi using the API for a school project, when I try to access the latest photos I get an "API_KEY_MISSING" message. I tried my api key with different endpoints and it seems to be working there..
The text was updated successfully, but these errors were encountered: