Skip to content
Tech Perplexed edited this page Jan 26, 2019 · 7 revisions

As of the upcoming Gooby v2.1.3, upload statistics are logged to review your uploads for any time period. For now this is a manual feature, so if you need insight in your Google API usage, follow along.

Install Q-Text

In order for the statistics to show up correctly, you need to install Q-Text. Paste the following lines:

cd /opt
sudo wget https://github.com/harelba/packages-for-q/raw/master/deb/q-text-as-data_1.7.1-2_all.deb
sudo dpkg -i q-text*
cd ~

Copy files

Next, copy two files to your /bin folder and make them executable:

sudo rsync -a /opt/Gooby/scripts/bin/api* /bin
sudo chmod 755 /bin/api*

Check statistics

The following new commands now exist:

api

This shows the amount of bandwidth and files copied in the last 24 hours

or

apicheck "last week"

(or any description of a past date) In this example, it will show you how much you transferred from a week ago until now.

Clone this wiki locally