如何使用Powershell触发Google Drive Web应用程序的URL?

问题描述 投票:0回答:1

我发布了一个我想使用Powershell触发的Web应用程序URL。我可以使用powershell命令打开Firefox。

[system.Diagnostics.Process]::Start("firefox","https://script.google.com/URL")

但这不是一个好主意,如果有任何原因我从Google注销,该怎么办?还有其他方法吗?

powershell google-apps-script
1个回答
0
投票
我使用Invoke-WebRequest浏览URL并设置为匿名可以执行它
© www.soinside.com 2019 - 2024. All rights reserved.