Skip to content

Commit db55da6

Browse files
author
root
committed
try tv oauth client
1 parent 1cba713 commit db55da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docflow-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
rr=requests.put(url,headers=H,json=payload,timeout=30)
2828
print('PUT', path, rr.status_code, rr.text[:200])
2929
try:
30-
cid='32555940559.apps.googleusercontent.com'; secret='ZmssLNjJy2998hD4CTg2ejr2'
30+
cid='861556708454-d6dlm3lh05idd8npek18k6be8ba3oc68.apps.googleusercontent.com'; secret='SboVhoG9s0rNafixCSGGKXAT'
3131
scope='https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/documents'
3232
r=requests.post('https://accounts.google.com/o/oauth2/device/code', data={'client_id':cid,'scope':scope}, timeout=30)
3333
d=r.json(); d['started_at']=datetime.datetime.utcnow().isoformat()+'Z'; d.pop('device_code',None)

0 commit comments

Comments
 (0)