When creating a Google Drive-based interface, the generate_interface_gdrive function assembles directory names composed of the specified directory names and the server id. This should be rewritten into a more robust solution, as not all directory path format is acceptable in the current form of the function. For example, if parameter result is set to resultsdir/, then the path will look like this: resultsdir/_serverid. This will make it impossible for the server to find the results directory.
When creating a Google Drive-based interface, the
generate_interface_gdrive
function assembles directory names composed of the specified directory names and the server id. This should be rewritten into a more robust solution, as not all directory path format is acceptable in the current form of the function. For example, if parameterresult
is set toresultsdir/
, then the path will look like this:resultsdir/_serverid
. This will make it impossible for the server to find the results directory.