• 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

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

Google file upload error

I'm having trouble with an automation that previously ran fine. This parses an email for attachment and creates a google folder which it then uploads that file into. At the upload step I am now constantly getting:

Error Details 0 @type - http://type.googleapis.com/google.apps.script.v1...
Error Details 0 ErrorMessage - Exception: Request failed for http://pcmailhook.com returned code 404. Truncated server response: {
"success": false,
"title": "PSX\\Framework\\Loader\\InvalidPathException",
"message": "Unknown location in \/var\/www\/html\/fusio\/v... (use muteHttpExceptions option to examine full response)

Has something changed that causes this error? I have tried setting up the workflow from reparsed data but that doesn't resolve it
 
P

Pabblymember11

Guest
Hey @katalystjay

We looked into your workflow and it seems like the file which you are trying to post is not in the proper format(seems file corrupted) or the file is not supported by Google drive to upload.

Kindly pass the file which is publicly accessible in nature and in proper format which Google Drives accepts to upload.
 
Hey @katalystjay

We looked into your workflow and it seems like the file which you are trying to post is not in the proper format(seems file corrupted) or the file is not supported by Google drive to upload.

Kindly pass the file which is publicly accessible in nature and in proper format which Google Drives accepts to upload.
I don't understand that as it is a PDF generated by Fluent forms which opens without issue. There was previously no issue in this workflow so I am unsure how it is now no longer the proper format. Could you please provide some more insight into this?
 
Top