Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-addons-for-gutenberg domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6114
# Google Apps Script - 八寶周的研究小屋

# Google Apps Script



G-Drive 智慧工坊 - 檔案偵測 001 - 單路徑掃描

G-Drive 智慧工坊 – 檔案偵測 001 – 單路徑掃描

由於我個人在雲端資料夾中,與朋友共享繪畫用的參考圖庫,積年累月下來,圖片多了我們也不容易分類。那我們就先從最基本的單資料夾進行偵測,紀錄到 Google Spreadsheet 開始搭建吧。 …
G-Drive 智慧工坊 - 檔案偵測 002 - 向下探索與基礎分類

G-Drive 智慧工坊 – 檔案偵測 002 – 向下探索與基礎分類

我們不可能手動新增 Google Spreadsheet 在各個子料夾。因此這回的目標就是透過迴圈與自我呼叫,掃描所有的子資料夾,並透過資料夾名稱或檔名進行分類。 …
G-Drive 智慧工坊 - 檔案偵測 003 - 偵測刪除與修改

G-Drive 智慧工坊 – 檔案偵測 003 – 偵測刪除與修改

在前面的實驗中,我們成功取得新增的檔案資訊並依照格式寫入總表中,但我們並沒有建立更新的判斷,也代表刪除的檔案仍殘存於資料表上。 …
G-Drive 智慧工坊 - 檔案偵測 004 - 部屬與測試

G-Drive 智慧工坊 – 檔案偵測 004 – 部屬與測試

在過往的三篇中我們完成了所有物件的變動偵測功能,將著就要進行基礎的壓力測試與共用資料夾測試,最終確認後進行部屬。 …

G-Drive 智慧工坊 – 磁碟檔案 001 – 磁碟架構與到點觸發

在生活中我們不乏有需要開通權限分享的資料,但針對那些需要在期限內關閉的我們則往往會忘記。 而此時我們就可以依靠定時器,幫忙處理該項業務。 …