Google and Facebook don't make it very easy to use them as identity providers for authentication from the command line. Therefore, we ask you to download a JSON web token from this link, and save it as
~/.udacity-pa/jwt
for Mac OSX and Linux or %APPDATA%\udacity-pa\jwt
for Windows, where %APPDATA%
is an environment variable that will have a value like C:\Users\<username>\AppData\Roaming
.
Note that you may have to create the .udacity-pa
directory.
The submission script will read the token from your filesystem so that you do not need to authenticate from the command line.
udacity submit
must be run from within a directory containing this folder.