```<deploy> <configuration> ...
# sdf
k
Copy code
<deploy>
    <configuration>
        <path>~/AccountConfiguration/*</path>
    </configuration>
    <files>
        <path>~/FileCabinet/SuiteScripts/*</path>
        <path>~/FileCabinet/Email Templates/*</path>
        <path>~/FileCabinet/Web Site Hosting Files/*</path>
    </files>
    <objects>
        <path>~/Objects/*</path>
    </objects>
</deploy>
l
Can you go ahead to specific only one file and try again?
k
I used the above and it uploaded all my .ds files how annoying.
l
LOL
I only specific to file name
a
@karlenigma are you using the sdf cli ? If Yes, then we have a bug in Unix (If there is a space in the Folder name, like "Web Site Hosting Files", it fails). Are you trying to upload files?
k
No this is in Webstorm
For some reason when i just use the FileCabinet folder in the path in deploy.xml it states .DS_store is an error
a
ok, i am trying to reproduce this. Can you confirm if you have the following? webstorm = 2018.2.5 SuiteCloud plugin = 2019.1.1? And it's Mac right?
k
WebStorm 2019.1.1 = SuiteCloud Plugin 2019.1.1
Yes Mac OS X
My Deploy file is
Copy code
<deploy>
    <configuration>
        <path>~/AccountConfiguration/*</path>
    </configuration>
    <files>
        <path>~/FileCabinet/*</path>
    </files>
    <objects>
        <path>~/Objects/*</path>
    </objects>
</deploy>
error when trying to deploy is
Copy code
An error occurred during file validation.
Details: Resource files can only be uploaded into the /SuiteScripts/,
/Templates/E-mail Templates/,
/Templates/Marketing Templates/,
/Web Site Hosting Files/ folder.
File: ~/FileCabinet/.DS_Store
a
Thanks. for Suitecloud Plugin 2019.1 the recommended and tested version of Webstorm is 2018.2.5
k
If i use
Copy code
<deploy>
    <configuration>
        <path>~/AccountConfiguration/*</path>
    </configuration>
    <files>
        <path>~/FileCabinet/SuiteScripts/*</path>
        <path>~/FileCabinet/Email Templates/*</path>
        <path>~/FileCabinet/Web Site Hosting Files/*</path>
    </files>
    <objects>
        <path>~/Objects/*</path>
    </objects>
</deploy>
in my deploy file then it works but uploads all .DS_store files to the file cabinet.
a
okay. I will try it. Thanks for detailed explanation.
@karlenigma can we get on a call and see what the problem is? we did some quick tests and its working fine for us..