Dropbox download links expire after few hours

Status: Closed · Asked by edwardzev on · 0 views

edwardzev — Question ·

I have automation Airtable-Dropbox:
Trigger:When record created in view>
Step1: Upload file to dropbox>
Step2: Update record (put download link from Step 1 in field).

Everything work great. Except - after few hours, link stop working and show 401 Error.
Why this happen?

Pabblymember11 — Reply ·

Hey @edwardzev

It seems like Dropbox's API is showing an error because you might have passed the folder path incorrectly or in some executions, your file URL is missing due to which DropBox's API is returning the above-mentioned error.

Kindly remap the DropBox's action step and try again.

Moreover, you can refer to our tutorial video for better understanding -

(Watch the second part of the video)

youtube.com/watch?v=IbYdk4i_uis

edwardzev — Reply ·

Thank you for a prompt reply.
The problem is that beforehand ACTION:Get record from airtable returned a lot of useful separate fields including direct link to file, link to thumbnail, resolution, etc
However, now it is combined in one field per one attachment.

How in this case I populate the URL link for upload file to dropbox?

Pabblymember11 — Reply ·

Hey @edwardzev

The above data is in the JSON format and it has a lot of line items according to your data. In that case, you need to use the Iterator action step to fetch every file from your Airtable Get Record action event and it will forward all your line item data to your further action step.

Kindly try this at your end and let us know if you get stuck at any step.

For a better understanding of the Iterator action step, please refer to our tutorial video -

youtube.com/watch?v=zJaGQ-SIB0I

edwardzev — Reply ·

This is awsome. Now I now how iterrator works.
However, after I manage to retrieve link and upload succesfully to dropbox. It return me the dropbox download link.Which works perfectly, but after few hours stop working and redirect to error page.
Do you have an idea why?

Back to all forum threads · Log in to reply