Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8640595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:19:04+00:00 2026-06-12T11:19:04+00:00

In skydrive LiveConnect Api site they give options like javascript,java,c# and REST. It has

  • 0

In skydrive LiveConnect Api site they give options like javascript,java,c# and REST.

It has given an example saying “if you are coding directly in REST”

1)how can we code directly in REST ?

PS :I have an idea what REST is but i could not figure out how to use REST given in the site with javascript?

It would be greatly helpful if someone shed light on this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:19:06+00:00Added an answer on June 12, 2026 at 11:19 am

    Realistically, when you say Rest, you would want a service with endpoints, which uses HTTP verbs (GET, POST etc), and does the exact job as it says in the name. If your site is completely in Javascript, then Ajax would be your friend, since it enables you to raise GET, POST XMLHttpRequests. You could also consider using JQuery for future development instead of Javascript. For example, if you wanted to use an API, and make a POST request to one of the API functions, you could do something on the lines of:

    req.open("POST", url, true);
    req.setRequestHeader("Content-Type",
                     "application/x-www-form-urlencoded");
    req.send(form-encoded request body);
    

    where url is the link to the api function online.
    Or, if you had the option, you could develop RESTful services using ASP.NET Web API using C#, and then call/consume them using JavaScript/JQuery

    Here is something to get you started:

    http://rest.elkstein.org/2008/02/using-rest-in-javascript.html

    http://blogs.msdn.com/b/brunoterkaly/archive/2011/11/17/how-to-consume-restful-services-using-jquery-and-or-javascript.aspx

    — addendum

    SkyDrive Rest API in essence tells you that the SkyDrive API supports these set of HTTP verbs, and the URI to use those verbs. Now you can raise a request using Javascript, C#, PHP etc, but you will always have to use the same URI provided by the REST API to make the call and get/post the resource. Doing this ensures that every time you use the REST API to do an action (GET, POST), you will always get consistently same results no matter where you call from (C#, Javscript, PHP). If you look at their code examples, all GET requests (C#, Javascript, Objective C) use the same REST URI. ( http://apis.live.net/v5.0/folder.a6b2a7e8f2515e5e.A6B2A7E8F2515E5E!114).

    So in essence, you would have something like :

    BaseURI: http://apis.live.net/v5.0/ (this will be the BASE uri for any type of request like GET, POST)
    Location of Resource: folder.a6b2a7e8f2515e5e.A6B2A7E8F2515E5E!114

    Authentication Token: access_token=ACCESS_TOKEN

    And then you will have to create an HttpWebRequest if you use C#, and set the RequestType to GET (the verb), and construct the URI from the pieces given above (BaseURI + ResourceLocation + AuthToken), and make sure it matches the format for the GET request in REST API, and execute the request. If you are using JavaScript, you can create XMLHttp Request (AJAX), as they have shown the example. REST API acts as an endpoint, which says, “If you want to use me to GET a resource, this is the URI you will have to call, and you will have to pass all the information specified by the URI”

    Have a look here about using SkyDrive REST API in C#

    Can't download complete image file from skydrive using REST API

    You can also use MS INteractive SDK to get an idea of the difference between JavaScript and REST implementation:

    http://isdk.dev.live.com/ISDK.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The api's for SkyDrive and Dropbox have options for managing the user's entire drive.
I have read the docs for SkyDrive REST APIs but didn't find any API
I would like to access skyDrive using PHP. I want to retreive list of
I've spotted this question: Does Microsoft SkyDrive have an API? But not having an
Not a long time that SkyDrive API is available. The scopes to access are
I have set-up a SkyDrive account to use as an off-site backup so when
I have a client that would like to use SkyDrive as a cloud storage
My (software) company has hundreds of customers. We'd like to provide each customer with
I'm testing SkyDrive's API using the following code: Dim webRequest As HttpWebRequest = DirectCast(HttpWebRequest.Create(https://apis.live.net/v5.0/me/skydrive/files?access_token=
Does anyone know how to access SkyDrive programmatically from Windows Phone 7? What API

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.