• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Dropbox download links expire after few hours

edwardzev

Member
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?
 
Last edited:
P

Pabblymember11

Guest
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.

2021-12-21_10h47_56.png


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

(Watch the second part of the video)
 

edwardzev

Member
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.
2021-12-21 10.05.37 am.jpg

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

Pabblymember11

Guest
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.

2021-12-21_15h50_47.png


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

 

edwardzev

Member
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.
2021-12-21 12.58.26 pm.jpg
Which works perfectly, but after few hours stop working and redirect to error page.
Do you have an idea why?
 
P

Pabblymember11

Guest
Hey @edwardzev

Regarding your concern, you need to toggle your Link expiration accordingly. Please check out the following screenshot and its respective documentation below.


2021-12-21_16h57_28.png
 
Top