Note slow PayPal credentials activation
This commit is contained in:
		
							parent
							
								
									2d41e03763
								
							
						
					
					
						commit
						cc25d0eb63
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -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 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 | $ 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 | 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/. | 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 |  - conservancy_beancount/doc/PayPalQuery.md | ||||||
|  - NPO-Accounting/paypal_rest |  - NPO-Accounting/paypal_rest | ||||||
| 
 |  | ||||||
| """ | """ | ||||||
| import argparse | import argparse | ||||||
| import collections | import collections | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue