<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>skydriveapiclient Discussions Rss Feed</title><link>http://skydriveapiclient.codeplex.com/Thread/List.aspx</link><description>skydriveapiclient Discussions Rss Description</description><item><title>New Post: Login with AccessToken</title><link>http://skydriveapiclient.codeplex.com/discussions/443346</link><description>&lt;div style="line-height: normal;"&gt;Hi. First of all thanks for your work.&lt;br /&gt;
&lt;br /&gt;
I try to use this in my windows8 app and faced with an issue. Is any way to use this api with Access Token from last login (without login and password) with LiveAuthClient?&lt;br /&gt;
&lt;/div&gt;</description><author>ru_alert</author><pubDate>Sat, 11 May 2013 17:08:54 GMT</pubDate><guid isPermaLink="false">New Post: Login with AccessToken 20130511050854P</guid></item><item><title>New Post: Log out from SkyDrice account</title><link>http://skydriveapiclient.codeplex.com/discussions/440771</link><description>&lt;div style="line-height: normal;"&gt;Hi guys!&lt;br /&gt;
&lt;br /&gt;
Is this step not necessary or else what should be the solution/workaround for logging of MS SkyDrice account via your API?&lt;br /&gt;
&lt;br /&gt;
Thank you, bye&lt;br /&gt;
artie&lt;br /&gt;
&lt;/div&gt;</description><author>artie</author><pubDate>Thu, 18 Apr 2013 13:47:41 GMT</pubDate><guid isPermaLink="false">New Post: Log out from SkyDrice account 20130418014741P</guid></item><item><title>New Post: Comparability with Win8 and/or Windows Phone?</title><link>http://skydriveapiclient.codeplex.com/discussions/440538</link><description>&lt;div style="line-height: normal;"&gt;Does this project compatible with Windows 8 Store Nd/or Windows Phone Applications? &lt;br /&gt;
EitanB&lt;br /&gt;
&lt;/div&gt;</description><author>eitanbarazani</author><pubDate>Wed, 17 Apr 2013 03:21:37 GMT</pubDate><guid isPermaLink="false">New Post: Comparability with Win8 and/or Windows Phone? 20130417032137A</guid></item><item><title>New Post: DownloadWebFile(WebDocumentInfo) throw 404 exception</title><link>http://skydriveapiclient.codeplex.com/discussions/440418</link><description>&lt;div style="line-height: normal;"&gt;Hello&lt;br /&gt;
I got some trouble with DownloadWebFile. I try download WebDocumentInfo that was listed by ListSubWebFiles, but then it throw 404 exception. &lt;br /&gt;
pls help its very important 4 me atm&lt;br /&gt;
&lt;/div&gt;</description><author>Ssid</author><pubDate>Tue, 16 Apr 2013 08:22:07 GMT</pubDate><guid isPermaLink="false">New Post: DownloadWebFile(WebDocumentInfo) throw 404 exception 20130416082207A</guid></item><item><title>New Post: Sync Framework</title><link>http://skydriveapiclient.codeplex.com/discussions/268114</link><description>&lt;div style="line-height: normal;"&gt;HI,&lt;br /&gt;
Just wondering if you ever uploaded the code for the SkyDriveSyncProvider? &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Jeremy&lt;br /&gt;
&lt;/div&gt;</description><author>jezanet</author><pubDate>Wed, 10 Apr 2013 23:37:55 GMT</pubDate><guid isPermaLink="false">New Post: Sync Framework 20130410113755P</guid></item><item><title>New Post: Mono Project</title><link>http://skydriveapiclient.codeplex.com/discussions/437436</link><description>&lt;div style="line-height: normal;"&gt;I there&lt;br /&gt;
&lt;br /&gt;
I use this API on visual studio and mono for windows and works perfectly. The problem is when i use onde mono linux... with a simple code, he don't make a connect, give error&lt;br /&gt;
&lt;br /&gt;
The code that i use is the same for both operating systems.&lt;br /&gt;
&lt;h1&gt;Sample code:&lt;/h1&gt;
&lt;pre&gt;&lt;code&gt;var srvSkyDrive = new SkyDriveServiceClient();
    try{
       srvSkyDrive.LogOn(&amp;quot;email@domain.com&amp;quot;, &amp;quot;password&amp;quot;);
    }
    catch (Exception ex){
       Console.WriteLine(ex);
    }&lt;/code&gt;&lt;/pre&gt;

&lt;h1&gt;Error:&lt;/h1&gt;
&lt;blockquote&gt;
HgCo.WindowsLive.SkyDrive.LogOnFailedException: The remote server returned an error: (500) Internal Server Error. ---&amp;gt; System.Net.WebException: The remote server returned an error: (500) Internal Server Error.&lt;br /&gt;
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in &amp;lt;filename unknown&amp;gt;:0 &lt;br /&gt;
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in &amp;lt;filename unknown&amp;gt;:0 &lt;br /&gt;
--- End of inner exception stack trace ---&lt;br /&gt;
at HgCo.WindowsLive.SkyDrive.SkyDriveServiceClient.LogOn (System.String userName, System.String userPassword) [0x0005e] in /home/User/ProjectSKY/SkyDriveServiceClient/SkyDriveServiceClient.cs:102 &lt;br /&gt;
at HgCo.WindowsLive.SkyDrive.Sample.ConsoleApplication.MainClass.Main (System.String[] args) [0x00010] in /home/User/ProjectSKY/ProjectSKY/Main.cs:18&lt;br /&gt;
&lt;/blockquote&gt;
&lt;h1&gt;&lt;/h1&gt;
Thank You for your help&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;/div&gt;</description><author>jorge_miguel</author><pubDate>Thu, 21 Mar 2013 04:10:11 GMT</pubDate><guid isPermaLink="false">New Post: Mono Project 20130321041011A</guid></item><item><title>New Post: A few notes on: SkyDrive .Net API Client 2.0.3b</title><link>http://skydriveapiclient.codeplex.com/discussions/437089</link><description>&lt;div style="line-height: normal;"&gt;Hey all,&lt;br /&gt;
&lt;br /&gt;
A few notes/corrections that I stumbled upon as I am working with the 2.0.3b:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
If you are trying to download/upload to one of the &amp;quot;stock root&amp;quot; folders like: 'Documents&amp;quot; or Camera Roll&amp;quot; etc, you need to uncomment out lines 120 - 127 and 129-131 in SkyDriveServiceClient.Helper.cs:&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
sb.Replace(&amp;quot;^&amp;quot;, &amp;quot;^L&amp;quot;)&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;           .Replace(&amp;quot;+&amp;quot;, &amp;quot;^M&amp;quot;)
           .Replace(&amp;quot;/.&amp;quot;, &amp;quot;/^.&amp;quot;)
           .Replace(&amp;quot;&amp;amp;&amp;quot;, &amp;quot;^0&amp;quot;)
           .Replace(&amp;quot;#&amp;quot;, &amp;quot;^N&amp;quot;)
           .Replace(&amp;quot;%&amp;quot;, &amp;quot;^1&amp;quot;)
           .Replace(&amp;quot;(&amp;quot;, &amp;quot;^5&amp;quot;)
           .Replace(&amp;quot;)&amp;quot;, &amp;quot;^6&amp;quot;)
           //.Replace(&amp;quot;_&amp;quot;, &amp;quot;^_&amp;quot;)
           .Replace(&amp;quot;'&amp;quot;, &amp;quot;^4&amp;quot;)
           .Replace(&amp;quot;,&amp;quot;, &amp;quot;^J&amp;quot;)
           .Replace(&amp;quot;~&amp;quot;, &amp;quot;^F&amp;quot;);
&lt;/code&gt;&lt;/pre&gt;

You'll note that lines 238 remains commented out. This prevent files that contained an underscore in the name to be properly downloaded. May be able to use the HttpUtility.UrlEncode for the path, but I haven't dug into that yet.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;
If you wish to download files that have filenames with foreign characters (like Japanese, or Greek, etc) you will need to modify PassportClient.cs, line 69 to use the AbsoluteUri as opposed to the basic RequestUri:&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
request.RequestUri.AbsoluteUri,&lt;br /&gt;
&lt;br /&gt;
If you don't do this, webRequest2.Headers[HttpRequestHeader.Authorization] = challengeResponse;&lt;br /&gt;
&lt;br /&gt;
will bomb out with an invalid value error due to improper encoding.&lt;br /&gt;
&lt;/div&gt;</description><author>PjS</author><pubDate>Mon, 18 Mar 2013 18:28:19 GMT</pubDate><guid isPermaLink="false">New Post: A few notes on: SkyDrive .Net API Client 2.0.3b 20130318062819P</guid></item><item><title>New Post: How to overwrite?</title><link>http://skydriveapiclient.codeplex.com/discussions/354940</link><description>&lt;div style="line-height: normal;"&gt;Well, out-of-the-box, you cannot overwrite a file.&lt;br /&gt;
I tried to set ResolveNameConflict to false and resulted in Forbidden HTTP result.&lt;br /&gt;
This means, you have to handle the overwrite (delete old file first than upload the new file)&lt;br /&gt;
&lt;/div&gt;</description><author>ghollosy</author><pubDate>Fri, 08 Mar 2013 14:01:15 GMT</pubDate><guid isPermaLink="false">New Post: How to overwrite? 20130308020115P</guid></item><item><title>New Post: List files in root?</title><link>http://skydriveapiclient.codeplex.com/discussions/290258</link><description>&lt;div style="line-height: normal;"&gt;I don't know either.&lt;br /&gt;
In earlier versions of SkyDrive, you could not store files in the root, just in folders...&lt;br /&gt;
I also tried to list files in the root, but it seems that the services used by this API simply does not support it.&lt;br /&gt;
So, if you would like to access those file, move them to a folder. &lt;br /&gt;
&lt;/div&gt;</description><author>ghollosy</author><pubDate>Fri, 08 Mar 2013 12:00:34 GMT</pubDate><guid isPermaLink="false">New Post: List files in root? 20130308120034P</guid></item><item><title>New Post: Is this project under active development?</title><link>http://skydriveapiclient.codeplex.com/discussions/352905</link><description>&lt;div style="line-height: normal;"&gt;Occasionally, due to very limited resources...&lt;br /&gt;
&lt;/div&gt;</description><author>ghollosy</author><pubDate>Fri, 08 Mar 2013 11:57:22 GMT</pubDate><guid isPermaLink="false">New Post: Is this project under active development? 20130308115722A</guid></item><item><title>New Post: How to overwrite?</title><link>http://skydriveapiclient.codeplex.com/discussions/354940</link><description>&lt;div style="line-height: normal;"&gt;Hmm, the answer might be in the following lines of code:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;                        new CreateSubFolderItemRequest
                        {
                            Title = Path.GetFileName(fileName),
                            Type = folderItemType,
                            ResolveNameConflict = true
                        },
&lt;/code&gt;&lt;/pre&gt;

Perhaps ResolveNameConflict is responsible for this dupe effect. &lt;br /&gt;
&lt;/div&gt;</description><author>ghollosy</author><pubDate>Fri, 08 Mar 2013 11:56:03 GMT</pubDate><guid isPermaLink="false">New Post: How to overwrite? 20130308115603A</guid></item><item><title>New Post: Using this with VB</title><link>http://skydriveapiclient.codeplex.com/discussions/430662</link><description>&lt;div style="line-height: normal;"&gt;By VB do you mean VB.Net? You just add the .dll to your project as a reference.&lt;br /&gt;
In .Net it does not matter what language the library was written in, everything is compiled to IL, and can be used in any .Net project (if the targeted framework versions are compatible).&lt;br /&gt;
&lt;/div&gt;</description><author>ghollosy</author><pubDate>Fri, 08 Mar 2013 11:42:05 GMT</pubDate><guid isPermaLink="false">New Post: Using this with VB 20130308114205A</guid></item><item><title>New Post: Using it in Windows 8 Store Applications?</title><link>http://skydriveapiclient.codeplex.com/discussions/435835</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
Does this project compatible with Windows 8 Store Applications?&lt;br /&gt;
I have a need to read/write data files from/into the SkyDrive. Is this project is the write tool for me?&lt;br /&gt;
EitanB&lt;br /&gt;
&lt;/div&gt;</description><author>eitanbarazani</author><pubDate>Fri, 08 Mar 2013 02:38:13 GMT</pubDate><guid isPermaLink="false">New Post: Using it in Windows 8 Store Applications? 20130308023813A</guid></item><item><title>New Post: Using this with VB</title><link>http://skydriveapiclient.codeplex.com/discussions/430662</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can someone please explain how I would use this with VB... it seems these days VB gets forgotten about... even by Microsoft!&lt;/p&gt;
&lt;p&gt;Someone please help, I'm on the verge of insanity!!! :)&lt;/p&gt;
&lt;/div&gt;</description><author>jakizak</author><pubDate>Thu, 24 Jan 2013 01:34:01 GMT</pubDate><guid isPermaLink="false">New Post: Using this with VB 20130124013401A</guid></item><item><title>New Post: Time out error while trying to conect to sky drive</title><link>http://skydriveapiclient.codeplex.com/discussions/349778</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;it seems that login stopped working for me to&lt;/p&gt;
&lt;/div&gt;</description><author>jurehr</author><pubDate>Tue, 08 Jan 2013 14:00:09 GMT</pubDate><guid isPermaLink="false">New Post: Time out error while trying to conect to sky drive 20130108020009P</guid></item><item><title>New Post: Time out error while trying to conect to sky drive</title><link>http://skydriveapiclient.codeplex.com/discussions/349778</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;hi&lt;br&gt;
i cannot enter thru http nor https. when password is incorrect then it throw mistakes, but correct credentials leads to time out&lt;br&gt;
i did all recommendations above&lt;/p&gt;
&lt;/div&gt;</description><author>valeryzh</author><pubDate>Mon, 07 Jan 2013 20:09:01 GMT</pubDate><guid isPermaLink="false">New Post: Time out error while trying to conect to sky drive 20130107080901P</guid></item><item><title>New Post: Time out error while trying to conect to sky drive</title><link>http://skydriveapiclient.codeplex.com/discussions/349778</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;i have the same problem but i don't know where i should change the protocol.&lt;/p&gt;
&lt;p&gt;can you please help me?&lt;/p&gt;
&lt;p&gt;is there a plan to change the source code to be able to switch between http or https?&lt;/p&gt;
&lt;/div&gt;</description><author>mojtaabaa</author><pubDate>Fri, 21 Dec 2012 07:47:57 GMT</pubDate><guid isPermaLink="false">New Post: Time out error while trying to conect to sky drive 20121221074757A</guid></item><item><title>New Post: is this API works</title><link>http://skydriveapiclient.codeplex.com/discussions/395029</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have the same problem with the logon timeout.&lt;/p&gt;
&lt;p&gt;Which readme file do you refer, khassen10?&amp;nbsp;Could you help?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>jalvarocrespo</author><pubDate>Sat, 01 Dec 2012 22:30:09 GMT</pubDate><guid isPermaLink="false">New Post: is this API works 20121201103009P</guid></item><item><title>New Post: is this API works</title><link>http://skydriveapiclient.codeplex.com/discussions/395029</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes it should. Please read the readme file. There are also many sample on how you can use the ADO.NET provider for esri FileGDB API.&lt;/p&gt;
&lt;/div&gt;</description><author>khassen10</author><pubDate>Sat, 17 Nov 2012 06:09:07 GMT</pubDate><guid isPermaLink="false">New Post: is this API works 20121117060907A</guid></item><item><title>New Post: is this API works</title><link>http://skydriveapiclient.codeplex.com/discussions/395029</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Me 2&lt;/p&gt;&lt;/div&gt;</description><author>pyt5208</author><pubDate>Fri, 26 Oct 2012 08:49:56 GMT</pubDate><guid isPermaLink="false">New Post: is this API works 20121026084956A</guid></item></channel></rss>