Note slow PayPal credentials activation

This commit is contained in:
Ben Sturmfels 2022-10-28 13:36:15 +11:00
parent 2d41e03763
commit cc25d0eb63
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -14,6 +14,9 @@ $ export PAYPAL_CLIENT_SECRET=YYY
$ python3 paypal_report.py profiles 2021-11-01T00:00:00-07:00 2021-11-30T23:59:59-07:00 > profiles.txt
$ python3 paypal_report.py transactions 2021-11-01T00:00:00-07:00 2021-11-30T23:59:59-07:00 > transactions.txt
NOTE: Newly created PayPal "apps"/credentials initially authenticate, but can
then return PERMISSION_DENIED for ~ 40 mins.
The PayPal OAuth 2.0 client ID and secret can be obtained from the Developer
Dashboard as described here: https://developer.paypal.com/api/rest/.
@ -23,7 +26,6 @@ aware of at the time. See:
- conservancy_beancount/doc/PayPalQuery.md
- NPO-Accounting/paypal_rest
"""
import argparse
import collections