Re: Access SkyDrive Using PHP Programming Web Development by veedeoo …/me/albums?access_token=ACCESS_TOKEN basic REST syntax for the skydrive as suggested by the microsoft POST https://apis.live.…...albums $url = 'POST https://apis.live.net/v5.0/me/skydrive/files'; $form_data = array( 'token'=> 'ACCESS_TOKEN', 'file' => 'FILE_NAME',… Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by happygeek So, Microsoft has finally announced that the SkyDrive cloud storage product line is to be renamed OneDrive. This …, which owns the Sky TV brand, thinking it also owned SkyDrive. ![b8bbc347cb422023a9fc79e5d3569e53](/attachments/small/0/b8bbc347cb422023a9fc79e5d3569e53.jpg "align-right"… Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by mike_2000_17 17 people called Sky TV about SkyDrive x time required to say "Sorry sir/mam, SkyDrive is run by Microsoft, please call… Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by happygeek … contacted them claiming to be confused about the ownership of SkyDrive. As a percentage point there are way too many leading… Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by rubberman … by the change. 1/2 of our discussions mention "SkyDrive" and 1/2 "OneDrive". Begs the question… Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by TheFixer I always wondered why they ever called it 'Skydrive' in the first place - what was wrong with 'online storage', '… If you want to have 25GB in your SkyDrive, ACT NOW AND QUICKLY..... Community Center Geeks' Lounge by riahc3 …. Dropbox uses a horrible of 2GB.... So go to https://skydrive.live.com/ManageStorage NOW (Do not even keep reading this… Access SkyDrive Using PHP Programming Web Development by joshl_1995 Hello Community, I was wondering if there is a way to access SkyDrive using php i have looked at so many forums and i could not find anything and what i did find was too complicated to understand, what i want is a way to create files or folders, get files and delete files or folders. Re: Access SkyDrive Using PHP Programming Web Development by joshl_1995 …;?php $url = 'POST https://apis.live.net/v5.0/me/skydrive/files'; $form_data = array( 'token'=> 'ACCESS_TOKEN', 'file' => 'Test', 'name… Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by happygeek As someone has pointed out already, quite correctly, the accompanying image should say 18 idiots as you have to include the judge. Or maybe 19 if you include Microsoft for not telling him to go take a running jump from a tall building... Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by rogerandre I just don't get why Microsoft rolled over into submission so easily!! Has some one in Sky got some dirt or something? Hmmm.....Sky Drive was a great brand name and I have feelings about this. I've been using it since the Windows Live thing happened! Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by gerbil Things like this serve to support the notion that Apple users are more intelligent. As far as I am aware, it is not recorded that anyone has gone to a greengrocer for Apple products. Ok, there is that brilliant BBC skit with Ronnie Corbett.... Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by Reverend Jim Seen it. Love it. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by Reverend Jim It seems there is more to the story. Apparently One.com, which offers cloud storage solutions under the name 'Cloud Drive' says that OneDrive will lead to confusion. One.com has been providing cloud storage for approximately three years. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by happygeek Microsoft should retaliate by closing down all double-glazing outfits which use the word 'windows' in their names and have websites. It's just as plain daft. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by mike_2000_17 Yeah, that's right, I never thought of that. Imagine all the aggrevation that Microsoft has caused to people who have googled for information on: "Good products to clean windows" "Guide to repairing windows" "Windows maintenance" "How to keep bugs away from windows" ... I smell a class action lawsuit... Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by MidiMagic This is the problem with intellectual property. Too many judges favor the owners of intellectual property over others who come up with similar products or names. This is giving too many entities monopoly powers. Nobody should be able to own any word that is in the dictionary. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by joo003464 Thank's For Your Information ... Realy It's a Great Post .. Thank's to again Sir & I hope Next Time you post will be Better than other's post .. .. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by niktar75 So law rules the world. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by BillV British Sky also should be required to change their name as I keep confusing them with The SkyWriters, Crystal Sky, Sky Brazil, and Western Sky. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by BillV Oh, and how could I have forgotten Skype, Oceansky Aircraft Interiors, Safeskys Ltd, Skydrift Ltd, Skyforce Avionics Ltd, Skyline Aviation Ltd, and Skyquest Ltd? The latter six companies are UK based. Enormous confusion. Time for that judge to clean up the mess. Re: Microsoft SkyDrive is dead and the hard of thinking killed it Hardware and Software Microsoft Windows by Ancient Dragon If anyone owns the intellectual property of "Sky" is has to be American TV [NBC who ran the TV series "Sky King" in the early 1950s.](http://en.wikipedia.org/wiki/Sky_King) It was a ratio broadcase before that. Re: If you want to have 25GB in your SkyDrive, ACT NOW AND QUICKLY..... Community Center Geeks' Lounge by JorgeM Great job sharing! Thanks. Re: If you want to have 25GB in your SkyDrive, ACT NOW AND QUICKLY..... Community Center Geeks' Lounge by happygeek Too late now folks... Re: If you want to have 25GB in your SkyDrive, ACT NOW AND QUICKLY..... Community Center Geeks' Lounge by pritaeas Worked for me... thx. Re: If you want to have 25GB in your SkyDrive, ACT NOW AND QUICKLY..... Community Center Geeks' Lounge by happygeek Was certainly only offering the 7GB (at least to UK users) when I took a look yesterday. Re: Access SkyDrive Using PHP Programming Web Development by diafol http://msdn.microsoft.com/en-us/library/live/hh826521.aspx Re: Access SkyDrive Using PHP Programming Web Development by joshl_1995 I went to that but i don't know how to use it. Re: Access SkyDrive Using PHP Programming Web Development by diafol >I went to that but i don't know how to use it. There's a live SDK: http://isdk.dev.live.com/ISDK.aspx Don't know what more to suggest. There's even a video: http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-134C Learning and experimenting with new API takes time and effort. It'll take you a good few hours, if not more. Re: Access SkyDrive Using PHP Programming Web Development by pritaeas You get an access token, after the user has logged in. Read more [here](http://msdn.microsoft.com/en-us/library/live/hh826543.aspx), or read more about the OAuth flow [here](http://msdn.microsoft.com/en-us/library/live/hh243647.aspx).