Has then been tested in Windows with regarding directory separator slashes?
I'm using this on a project. On OSX its working great. A team member using Windows says that when a file is in the subdirectory, for example: views/index.html in Windows it looks like this:
views\index.html It uses a backslash because of Windows. And when GAS uploads the file to Google, it has the backslash in it instead of front slash. And then you have to manually rename the file within the Google Apps Script interface.
Is this a known bug? Do you need more information?
Has then been tested in Windows with regarding directory separator slashes?
I'm using this on a project. On OSX its working great. A team member using Windows says that when a file is in the subdirectory, for example:
views/index.htmlin Windows it looks like this:views\index.htmlIt uses a backslash because of Windows. And when GAS uploads the file to Google, it has the backslash in it instead of front slash. And then you have to manually rename the file within the Google Apps Script interface.Is this a known bug? Do you need more information?