Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4- Create account for this project ( owner, editor or viewer )






Python script example:   https://cloud.google.com/translate/docs/reference/libraries

Python script:

pip install --upgrade pip
sudo pip install google-cloud

https://cloud.google.com/video-intelligence/docs/common/auth

PowerShell

bash

export GOOGLE_APPLICATION_CREDENTIALS=/mnt/c/Users/jkriker/Documents/GitHub/googletranslateapi/apikey.json

( EXPORT command https://linuxconfig.org/learning-linux-commands-export )

Image Removed

Ubuntu Bash on Windows 10

Image Removed

Ubuntu:

export GOOGLE_APPLICATION_CREDENTIALS=~/Documents/googleapi/apikey.json



Image RemovedImage Added