回答

6

SignedJwtAssertionCredentials可以在App Engine上使用,只是一定要打開PyCrypto 2.6,並轉換PKCS12密鑰文件轉換成PEM文件:

$ openssl pkcs12 -in xxxxx.p12 -nodes -nocerts > privatekey.pem 

See the docs for SignedJwtAssertionCredentials

+0

那麼Python 2.5不允許app.yaml中的庫呢? – Drwhite