Discussions

 View Only
  • 1.  Importing File Attachments from a Synced Table

    Posted 02-23-2016 20:32

    We are trying to import File Attachment fields using QuickBase Sync (from one QB application to another). Anyone found a way to make this work? The only work around that I can think of is to capture the file link in the original table and use that in the Synced table for the user to download the file. Would prefer to import the actual file though.

    Thanks!



  • 2.  RE: Importing File Attachments from a Synced Table

    Posted 02-24-2016 11:29
    The only way I know is to have a link to the file like this

    URLRoot() & "up/" & [_DBID_PROJECTS] & "/a/r" & [Related project] & "/e30/v0"

    where fid 30 in the source table has the file attachment.
    it could be made fancier by showing this as an href link with the name of the file to click on.


  • 3.  RE: Importing File Attachments from a Synced Table

    Posted 02-25-2016 10:46
    This can probably be done in script using Blobs and FormData. I may look at it but I don't have a lot of extra time right now.


  • 4.  RE: Importing File Attachments from a Synced Table

    Posted 02-19-2018 17:10
    Are there any updates on this?


  • 5.  RE: Importing File Attachments from a Synced Table

    Posted 04-17-2019 20:58
    We use Zapier anytime we are trying to move file attachments from one app to another.