Release gdrive - Google Drive Video/Music Add-on
Hello,
I have follow the tutorial from other site then it take me here.
I got some error while let the script encrypt to work (script from https://github.com/SteveMalso/Encrypt-and-Upload-GDrive)
When I do the python strm.py  1 2 3 4 5 6 7 I got
Quote: python strm.py 1 2 3 4 5 6 7
Traceback (most recent call last):
  File "strm.py", line 14, in <module>
    strmDestination = str(sys.argv[8])
How can I fix that ?
also installed pycrypto with command pip install pycrypto
So this script will upload everything has been completed download to google drive and encrypt it at google drive?

//edit:
I am got it work and enter verification code but got another error
Quote:Authentication successful.
Traceback (most recent call last):
  File "strm.py", line 21, in <module>
    pb = Pushbullet("Your API Key")
  File "/home/akuser/.local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 43, in __init__
    self.refresh()
  File "/home/akuser/.local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 381, in refresh
    self._load_devices()
  File "/home/akuser/.local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 78, in _load_devices
    resp_dict = self._get_data(self.DEVICES_URL)
  File "/home/akuser/.local/lib/python2.7/site-packages/pushbullet/pushbullet.py", line 67, in _get_data
    raise InvalidKeyError()
pushbullet.errors.InvalidKeyError
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - by lanyu - 2017-11-17, 07:20
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12