Google Drive Backup Plugin Problem with aaPanel

Run the following command lines to fix the issue with aaPanel related to the Google Drive plugin to generate the backups of your websites automatically:

/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip
btpip uninstall httplib2 -y && btpip install httplib2==0.17.0
btpip install -I google-auth==1.11.2 -i https://pypi.Python.org/simple
btpip install -I google-api-python-client==1.7.11 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.4.1 -i
btpip install -I google-auth-httplib2==0.0.3 -i https://pypi.Python.org/simple
python3 -m pip install --user virtualenv && btpip install -I pyOpenSSL
python3 -m pip install requests && python3 -m pip install requests[security]
python3 -m pip install --editable . && bt reload

The problem should be solved!

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to restrict direct root access in Linux

We can do it just in two steps. Step One: At first we will create new root user as follows (for...

How to extract .tar.gz files in Linux/UNIX OS

A tarball is a group of files that are bundled together using the tar command. Use the...

How to add welcome message when SSH start?

You need to change the contents of /etc/motd. Unfortunately, by default, /etc/motd is a link to...

How to change root password when SSH logged in

Run the following command: passwd Now type your new passwordOnce done, retype new passwordDone!...

How to install Pinguzo on any Linux/UNIX OS

Login to Pinguzo panel using Softaculous account or create an account of Pinguzo To add new...