It can be done via ``` $ dev_appserver.py \ > --appidentity_email_address ${EMAIL_ADDRESS} \ > --appidentity_private_key_path ${PATH_TO_KEY} \ > ${APPLICATION_DIR} ``` This will make implicit credentials "just work" on the dev appserver for GAE.
It can be done via
This will make implicit credentials "just work" on the dev appserver for GAE.