chriskyfung / AutoFetcher-IG-Stories-to-GDrive

A simple tool to save IG Stories of any user to your Google Drive with just Google Sheets and Apps Script
https://chriskyfung.github.io/AutoFetcher-IG-Stories-to-GDrive/
GNU Affero General Public License v3.0
102 stars 19 forks source link

Fix #84 Logging blank filename #93

Closed chriskyfung closed 10 months ago

chriskyfung commented 10 months ago

This commit prevents the fetcher.js module to add a new row to the log sheet even if the file was not successfully saved to Google Drive.

The fix only adding a new row to the log if the return value of the createViewFileFormula() is not empty. This ensures that the log file reflects the actual status of the file saving operation.

Fixes: #84