Update Google Sheets/Apps Script via Python from EC-2 Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • update time function - gist.github.co...
    python script to execute apps script - gist.github.co...
    python required packages command -
    pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
    ec2 ssh format-
    sudo ssh -i "path to .pem" "username"@"ip"
    server update commands-
    sudo apt-get update
    sudo apt-get pip python3

ความคิดเห็น • 3

  • @jorgecamposlatorre1388
    @jorgecamposlatorre1388 ปีที่แล้ว

    It's an old tutorial, but this helps me so much. Thanks!

  • @cobrain4435
    @cobrain4435 2 ปีที่แล้ว

    Hi, can a service_account be used to execute the app script from python?

  • @saryingsheng313
    @saryingsheng313 3 ปีที่แล้ว

    Thank you so much!