Unfortunately, I get a "File not found" error when the block runs,
Thanks in advance for any insight you may provide.
2017-09-03 16:46:55.953 INFO 131@2: Content copy
2017-09-03 16:46:56.013 FAIL 131@2: java.io.FileNotFoundException: No files supported by provider at content://com.llamalab.automate.provider/flows/Daily Automate Backup/data
It so happens that it's attempting to extract the currently running flow, if that makes any difference.
Thanks again for any help.
Only by trial and error was I able to produce the following partial cross-reference of pre-installed flows:
1-Flashlight
2-Intruder photo
3-Home Wi-Fi
etc.
Perhaps you could sort the list of flows by flow-id, rather than flow-name.
I am now having issue with the Gdrive upload action block. I have tried specifying either a <path> or a <fully-qualified-filename> for the Google Drive Remote Path, and received two differing error messages as shown:
2017-09-06 12:49:43.920 INFO 167@3: Google Drive upload
2017-09-06 12:49:48.145 FAIL 167@3: com.llamalab.fs.gdrive.AmbiguousPathException: /phone/Automate Backups/Daily Automate Backup
2017-09-06 12:55:22.324 INFO 169@3: Google Drive upload
2017-09-06 12:55:24.734 FAIL 169@3: com.llamalab.fs.FileSystemException: /phone/Automate Backups/Daily Automate Backup/Daily Automate Backup.flo: Parent directory not found
I had to specify a <fully-qualified-filename> for the Local Path to get this far.
The directory structure is pre-existing in Google Drive.
Thanks in advance, as always.