GCP Object Storage Attachments

Hello!

As you can tell by the topic name, I need some help storing files. I say files, because we need to be able to store images and PDF files as well.

The app is kind of like a warehouse app, but for vehicles. Any gas receipts, maintenance, or damage claims/fixes etc are uploaded for each vehicle.

We are using a database and one of the tables has the files we imported from SmartSheet. I could import that table and reference the files from one table to another using a SELECT statement, which is what we did for Comments and Driver History, but the attachments slow down the app dramatically.

Is there any way to get a list of attachments displayed by VIN that wonโ€™t load the whole table every time the app is refreshed?

I also want to store new files in the same folder using something like:

/vehicles/<row.vin_number>/ in object storage.

Any help with this would be appreciated! Thanks in advanced.

Solved Solved
0 5 157
1 ACCEPTED SOLUTION

I figured this out using a workaround. Thanks for showing me have to set the folder path though. That helped.

View solution in original post

5 REPLIES 5
Top Labels in this Space