Job 1788607139841

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$active='https://script.google.com/macros/s/'+'AKfycbwlHCiqN-wDxc5mu0Hr261-uOp9rKVH2eWNatQAQOTwuKoMcCEHSWW1y_1fiaCBTAfFxw'+'/exec';$sha=[System.Security.Cryptography.SHA256]::Create();$files=Get-ChildItem 'G:\My Drive' -Filter 'sheet_bridge_bootstrap.json' -File -Recurse -ErrorAction SilentlyContinue;Write-Output ('COUNT='+$files.Count);foreach($f in $files){try{$b=Get-Content $f.FullName -Raw|ConvertFrom-Json;$eh=[BitConverter]::ToString($sha.ComputeHash([Text.Encoding]::UTF8.GetBytes([string]$b.endpoint))).Replace('-','').Substring(0,12);$kh=[BitConverter]::ToString($sha.ComputeHash([Text.Encoding]::UTF8.GetBytes([string]$b.relay_key))).Replace('-','').Substring(0,12);$o=[ordered]@{path=$f.FullName;modified=$f.LastWriteTime.ToString('s');config_id=[string]$b.config_id;enabled=[bool]$b.enabled;target=[string]$b.target;endpoint_match=([string]$b.endpoint -eq $active);endpoint_hash=$eh;key_hash=$kh};Write-Output ($o|ConvertTo-Json -Compress)}catch{Write-Output ('PARSE_ERROR='+$f.FullName)}}"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

COUNT=1
{"path":"G:\\My Drive\\ShopeeOperations_ChatGPT_Bridge\\state\\sheet_bridge_bootstrap.json","modified":"2026-09-05T18:45:13","config_id":"phonebridge-hotpath-existing-v85-keyaligned","enabled":true,"target":"shopeeoperations-dev","endpoint_match":true,"endpoint_hash":"DA1C57303F4C","key_hash":"3E357E9C8CED"}