Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script google驱动器导入xml登录_Google Apps Script_Google Sheets_Google Drive Api - Fatal编程技术网

Google apps script google驱动器导入xml登录

Google apps script google驱动器导入xml登录,google-apps-script,google-sheets,google-drive-api,Google Apps Script,Google Sheets,Google Drive Api,我试图用sign将一些数据从一个安全的站点导入到googledrive的电子表格中 我可以检索诸如标题或某些菜单之类的信息,但私有内容返回N/A值 我有这段html,我需要解决以下问题: <div class="gh-box-section"> <ul class="gh-ul-aa"> <li> <div class="gh-group"> <em>Bug:</em> 37 </div> &

我试图用sign将一些数据从一个安全的站点导入到googledrive的电子表格中

我可以检索诸如标题或某些菜单之类的信息,但私有内容返回N/A值

我有这段html,我需要解决以下问题:

<div class="gh-box-section">
<ul class="gh-ul-aa">
 <li>
  <div class="gh-group">
    <em>Bug:</em> 37
  </div>
 </li>
 <li class="gh-summary">
  <div class="gh-group">
   <em>Total Issues:</em> 37
  </div>
 </li>
</ul>
我想我无法获得某些权限或登录的敏感信息,我尝试在一个Chrome选项卡中检索打开会话的信息,并在另一个选项卡中进行导入,但没有成功


因此,我的问题是:有没有办法从Google Drive启动另一个站点的会话并从html代码导入敏感数据?

可能的解决方案取决于目标站点支持何种形式的身份验证。你能说些什么?请参阅以获取一些想法。