Google file upload error
Status: Closed · Asked by katalystjay on · 0 views
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
Can you let us know the name of the workflow so that we can review it?
Thanks!
The workflow is named Short Course Enrolment in my list. Do you need to know more about this?
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 @katalystjayWe 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?
Hey @katalystjay
Please retest the workflow and let us know if the issue perists.