• 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 - Upload File

Hello all,
I am using a workflow to catch an email with an attachment, create a DropBox folder with a variable name and then upload a file to DropBox in that folder. Here is where I am stuck and need a little help...
  • Email Parser - catches the inbound email - NO PROBLEM. I have confirmed that the file uploaded is accessible publicly.
  • DropBox - Creates folder - NO PROBLEM
  • DropBox - Will Not Upload a file. I'm sure it's user error, but from what I can see in the videos and online, the File URL is the single attachment field, File Name is basic field name with a .pdf (same as the original email attachment), and the path errors path/malformed_path/
I'm not sure what I am doing wrong, but I have confirmed connection with DropBox on both sides and even attempted to upload into the root. All failed attempts. Any advice? Thank you!
 

Attachments

  • PabblyDBError.jpg
    PabblyDBError.jpg
    111.4 KB · Views: 114
P

Pabblymember11

Guest
Hey @DRadulescu

DropBox - Will Not Upload a file. I'm sure it's user error, but from what I can see in the videos and online, the File URL is the single attachment field, File Name is basic field name with a .pdf (same as the original email attachment), and the path errors path/malformed_path/
As we can see from your attachment the file URL contains [" and "] on the file before and after, which is not in the correct format to pass on the field.

2022-01-07_12h24_34.png


So, to remove this from the file URL, you can use Text Formatter's Text Parser action event. Please check out the following screenshot -

2022-01-07_12h26_48.png
 
Top