Hi,
tried to script “show size of all attachments in all base”, and after debugging with “check null”, “check empty array”…“check array of nulls” still get unexpected result.
Investigation discovered rare bug ( I checked several huge tables with tens thousands of attachments, and that’s just in one record)
I suppose it’s an interupted upload result, but I surprised it exists there. Can’t be downloaded, guided to other storage. Link is not working.
No problem, just to inform.
I discovered that script is useless. Airtable detects similar docs and store once, with linking the same. Btw, it’s an answer to @itoldusoandso post https://community.airtable.com/t/if-same-attached-document-image-in-two-tables-within-the-base-does-...
I’m gonna to rewrite my script using Map data type, with url as key, so it will display correct total size. Sadly, it can’t use recursion used in “sum” function
In case someone interested, i can put the source here.