Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
Last active January 20, 2020 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save primaryobjects/5886ed75e35620514439339114690db5 to your computer and use it in GitHub Desktop.
Save primaryobjects/5886ed75e35620514439339114690db5 to your computer and use it in GitHub Desktop.
How to submit a project to Udacity in Windows with a Google or Facebook login.

How to submit a project to Udacity in Windows

When submitting a project to Udacity with a login on Google or Facebook, you will need to copy a jwt file to your PC in order for the login to work. Here's how.

  1. Save the link https://project-assistant.udacity.com/auth_tokens/new to C:\Users\YOUR_USER_NAME\AppData\Roaming\udacity-pa
  2. Open a CMD in Windows.
  3. Navigate to your project source code folder:
    cd c:\projects\aind-sudoku
  4. Submit the project.
    udacity submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment