You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
When I add the -T/--text flag, or specify --mime-type=text/html, I get the following output:
Create repository "MY_DOC_TITLE"
Initialized empty Git repository in /Users/rosenbek/Desktop/temp/gitdriver/MY_DOC_TITLE/.git/
Traceback (most recent call last):
File "gitdriver.py", line 72, in <module>
main()
File "gitdriver.py", line 55, in main
r = gd.session.get(rev['exportLinks'][opts.mime_type])
KeyError: 'text/html'
Any thoughts what might be going on?
I am trying to clone a Google Sheet, if it's any help.