I have an automation that simply creates a google doc with text. It has been working for months and on Sept 1 it stopped working. Now, no matter what text I give it for body or filename, ActivePieces creates a blank document named Untitled in my My Drive. I am correctly specifying a destination folder and a filename with contents, none of which are being recognized. I have to believe this is a bug in ActivePieces.
Input:
{
“auth”: “REDACTED”,
“text”: “I had an interesting idea about sharing data with the guy who scans new startups. He could send me a list daily or weekly, and I could enrich it with an open-source evaluation.”,
“fileName”: “Data Sharing Idea for Startups”,
“fileType”: “plain/text”,
“parentFolder”: “1bEu6s3JVe_KmT9pmJjHPQrbYIO69rMGN”,
“include_team_drives”: “false”
}
Output:
{
“kind”: “drive#file”,
“id”: “13OL1H_rNQWI5zrKdPb3RnJhMwJlMfvD1”,
“name”: “Untitled”,
“mimeType”: “application/octet-stream”
}