I am trying to strip an attachment from Gmail and upload it to a google drive folder
I am using the download attachment card from Gmail and the Upload file from Google drive
when the flow runs I get an error
"_error": true,
“flo”: 97736,
“method”: “8nx6QdmMH”,
“execution”: “fed3b9d6-94b4-43d4-9c06-37d64bde3d7e”,
“module”: “googledrive.uploadFile”,
“kind”: “FS Error”,
“message”: “HTTP Error: HTTP Error: Error(IncompleteMessage)”,
“code”: 500,
“description”: “FS Error”,
“steps”: 155,
“source”: {
“flo”: 97736,
“method”: “8nx6QdmMH”,
“execution”: “fed3b9d6-94b4-43d4-9c06-37d64bde3d7e”,
“module”: “googledrive.uploadFile”
}
}
if I test or replay the card after the flow fails … it works without issue
any suggestions?