I also tried Google Drive download. Although it’s not visible in the demo UI, I found the component in the GitHub repo:
Google Drive Download File
◦ I was able to fetch components and call it via API.
◦ SS3: Shows it works without a stash_id (I later uncommented and verified).
◦ SS4: When I pass a stash_id, it fails and shows it’s not available to run. Something seems off here.
Could you suggest which action or approach would work best for analyzing file downloads reliably?
google Drive download will work without stash perfectly as SS3 abut not be work if i pass stashId SS4
I need clarification on when exactly the stash_id should be passed. Is there any indication or hint for this based on the component’s props?
My use case is to display the S3 URL of a file. I plan to use stash_id for this, but I understand it’s recommended to use it only when necessary, since it can increase processing time.
I also noticed that many actions involving file handling include a prop called SyncDir with the type "dir". Could someone have idea what this is used for? can i use for my case
Please let me know if I’m missing something.