<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project</link><pubDate>Thu, 12 Sep 2019 08:38:06 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Current Revision posted to GroupShare API by Andrea-Melinda Ghisa on 9/12/2019 8:38:06 AM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/Upl.jpg"&gt;&lt;img alt=" " src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-03-53/Upl.jpg" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to add the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/postUpl.jpg"&gt;&lt;img alt=" " src="/resized-image/__size/940x372/__key/communityserver-wikis-components-files/00-00-00-03-53/postUpl.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Headers and Body area&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Click on &amp;quot;&lt;em&gt;Headers&lt;/em&gt;&amp;quot; tab and add a new key &amp;quot;&lt;em&gt;Content-Type&amp;quot;&lt;/em&gt; with &amp;quot;&lt;em&gt;application/zip&lt;/em&gt;&amp;quot; as value.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/header.jpg"&gt;&lt;img alt=" " src="/resized-image/__size/940x173/__key/communityserver-wikis-components-files/00-00-00-03-53/header.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Next step is to add information in &amp;quot;Body&amp;quot; tab. In this tab make sure you have checked&amp;nbsp; radio button&amp;nbsp;&lt;em&gt;&amp;quot;form-data&amp;quot;&amp;nbsp;. &lt;/em&gt;In the key column select &lt;em&gt;&amp;quot;File&amp;quot;&lt;/em&gt; from dropdown list.&amp;nbsp; In the &amp;quot;Value&amp;quot; column select from the zip which contains the files you want to upload.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/fileU.jpg"&gt;&lt;img alt=" " src="/resized-image/__size/940x234/__key/communityserver-wikis-components-files/00-00-00-03-53/fileU.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After all the required data is filled click on &lt;em&gt;&amp;quot;Send&amp;quot;&lt;/em&gt; button. If the request was successful the status will be &lt;em&gt;&amp;quot;200 OK&amp;quot;&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-53/sts.jpg"&gt;&lt;img alt=" " src="/resized-image/__size/940x114/__key/communityserver-wikis-components-files/00-00-00-03-53/sts.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Refresh projects view in GroupShare and you&amp;#39;ll see the project in the grid.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/9</link><pubDate>Mon, 14 Jan 2019 13:03:20 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 9 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 1:03:20 PM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to add the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg"&gt;&lt;img src="/resized-image/__size/940x372/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Headers and Body area&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Click on &amp;quot;&lt;em&gt;Headers&lt;/em&gt;&amp;quot; tab and add a new key &amp;quot;&lt;em&gt;Content-Type&amp;quot;&lt;/em&gt; with &amp;quot;&lt;em&gt;application/zip&lt;/em&gt;&amp;quot; as value.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg"&gt;&lt;img src="/resized-image/__size/940x173/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Next step is to add information in &amp;quot;Body&amp;quot; tab. In this tab make sure you have checked&amp;nbsp; radio button&amp;nbsp;&lt;em&gt;&amp;quot;form-data&amp;quot;&amp;nbsp;. &lt;/em&gt;In the key column select &lt;em&gt;&amp;quot;File&amp;quot;&lt;/em&gt; from dropdown list.&amp;nbsp; In the &amp;quot;Value&amp;quot; column select from the zip which contains the files you want to upload.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/fileU.jpg"&gt;&lt;img src="/resized-image/__size/940x234/__key/communityserver-wikis-components-files/00-00-00-00-39/fileU.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After all the required data is filled click on &lt;em&gt;&amp;quot;Send&amp;quot;&lt;/em&gt; button. If the request was successful the status will be &lt;em&gt;&amp;quot;200 OK&amp;quot;&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/sts.jpg"&gt;&lt;img src="/resized-image/__size/940x114/__key/communityserver-wikis-components-files/00-00-00-00-39/sts.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Refresh projects view in GropuShare and you&amp;#39;ll see the project in the grid.&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/8</link><pubDate>Mon, 14 Jan 2019 12:59:46 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 8 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 12:59:46 PM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to add the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg"&gt;&lt;img src="/resized-image/__size/940x372/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Headers and Body area&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Click on &amp;quot;&lt;em&gt;Headers&lt;/em&gt;&amp;quot; tab and add a new key &amp;quot;&lt;em&gt;Content-Type&amp;quot;&lt;/em&gt; with &amp;quot;&lt;em&gt;application/zip&lt;/em&gt;&amp;quot; as value.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg"&gt;&lt;img src="/resized-image/__size/940x173/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Next step is to add information in &amp;quot;Body&amp;quot; tab. In this tab make sure you have checked&amp;nbsp; radio button&amp;nbsp;&lt;em&gt;&amp;quot;form-data&amp;quot;&amp;nbsp;. &lt;/em&gt;In the key column select &lt;em&gt;&amp;quot;File&amp;quot;&lt;/em&gt; from dropdown list.&amp;nbsp; In the &amp;quot;Value&amp;quot; column select from the zip which contains the files you want to upload.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/fileU.jpg"&gt;&lt;img src="/resized-image/__size/940x234/__key/communityserver-wikis-components-files/00-00-00-00-39/fileU.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/7</link><pubDate>Mon, 14 Jan 2019 12:19:28 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 7 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 12:19:28 PM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to add the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg"&gt;&lt;img src="/resized-image/__size/940x372/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Headers and Body area&lt;/h3&gt;
&lt;p&gt;Click on &amp;quot;&lt;em&gt;Headers&lt;/em&gt;&amp;quot; tab and add a new key &amp;quot;&lt;em&gt;Content-Type&amp;quot;&lt;/em&gt; with &amp;quot;&lt;em&gt;application/zip&lt;/em&gt;&amp;quot; as value.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg"&gt;&lt;img src="/resized-image/__size/940x173/__key/communityserver-wikis-components-files/00-00-00-00-39/header.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/6</link><pubDate>Mon, 14 Jan 2019 12:03:53 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 6 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 12:03:53 PM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg"&gt;&lt;img src="/resized-image/__size/940x372/__key/communityserver-wikis-components-files/00-00-00-00-39/postUpl.jpg" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/5</link><pubDate>Mon, 14 Jan 2019 12:02:14 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 5 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 12:02:14 PM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call &lt;em&gt;[GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;We need to add the token in the &lt;em&gt;&amp;quot;Authorization&amp;quot;&lt;/em&gt; area (the token from Swagger can be used). See following &lt;a href="/developers-more/developers/language-developers/w/wiki/3420.how-authenticate-to-groupshare-using-swagger-ui"&gt;post &lt;/a&gt;on how to get the token.&lt;/li&gt;
&lt;li&gt;In the &lt;em&gt;&amp;quot;Body&amp;quot;&lt;/em&gt; we need to the zip with the files we want to upload&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/4</link><pubDate>Mon, 14 Jan 2019 11:58:48 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 4 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 11:58:48 AM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call [GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/li&gt;
&lt;li&gt;We need to add the token (same token from Swagger can be used).&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/3</link><pubDate>Mon, 14 Jan 2019 11:57:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 3 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 11:57:51 AM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;How upload file using&amp;nbsp;Postman&lt;/h3&gt;
&lt;p&gt;After you downloaded the tool you&amp;#39;ll see a tab where we need to&amp;nbsp;add following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Call type (GET, POST, PUT..) , we&amp;#39;ll use POST&lt;/li&gt;
&lt;li&gt;The endpoint we want to make the call [GSUrl]/api/projectserver/v2/projects/[projectId]/files/upload&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/2</link><pubDate>Mon, 14 Jan 2019 11:42:05 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 2 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 11:42:05 AM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to GroupShare by making a call to the following endpoint:&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg"&gt;&lt;img src="/resized-image/__size/602x87/__key/communityserver-wikis-components-files/00-00-00-00-39/Upl.jpg" alt=" " /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What is Postman?&lt;/h3&gt;
&lt;p&gt;Postman is a FREE tool which allows you to easily make calls to a server. You can download the tool from &lt;a href="https://www.getpostman.com/downloads/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item><item><title>How to upload files to an existing GS Project</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project/revision/1</link><pubDate>Mon, 14 Jan 2019 11:35:41 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d234615b-542d-4f7f-b3b2-e1951ebb9736</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/groupshare-developers/w/groupshare-api/3451/how-to-upload-files-to-an-existing-gs-project#comments</comments><description>Revision 1 posted to GroupShare API by Andrea-Melinda Ghisa on 1/14/2019 11:35:41 AM&lt;br /&gt;
&lt;p&gt;In this example we&amp;#39;ll use Postman&amp;nbsp;to upload a file to Groupshare.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, GroupShareApisDocumentation&lt;/div&gt;
</description></item></channel></rss>