SkyDrive Result to Object

Traitée SkyDrive Result to Object

Toutes les réponses

  • jeudi 23 février 2012 21:00
    Modérateur
     
     

    Hello,

    id: represents the top folder ID and upload_location gives you the top folder location. You may use me/skydrive/files or USER_ID/skydrive/files to get the details of the contents of the Top folder.

  • vendredi 24 février 2012 19:06
     
     
    What is it that you're trying to do?
  • lundi 27 février 2012 13:33
     
     

    Hi I am trying to download a shared files. I have an app which goes thru outlook email items and if there is a skydrive doc. the app will download it automatically. I already done the sign in bit and tokens.

    I am not sure if the link below has a file id in it.

    I have modified some numbers below so the link won't be valid.

    <https://skydrive.live.com/redir.aspx?cid=62d32a233344434127dc5eb&page=view&resid=6

    2D34454546127DC5EB%21138&parid=62D32A2613445C5EB%21137&authkey=%21AEOcpmvVS0iWZK

    Y&Bpub=SDX.SkyDrive&Bsrc=SkyMail>  

    <https://skydrive.live.com/redir.aspx?cid=62d34455a26127dc5eb&page=view&resid=6

    2D32A223344427DC5EB%21138&parid=62D324545435427DC5EB%21137&authkey=%21AEOcpmvVS0iWZK

    Y&Bpub=SDX.SkyDrive&Bsrc=SkyMail>

  • lundi 27 février 2012 13:34
     
     

    basically i just want to download a skydrive file using REST.

    the sample link above is what's sent to us. thanks

  • mardi 28 février 2012 01:38
     
     
    Where are you getting those links? They do not resemble anything that the Live Connect APIs should be returning... Who is generating the content for the emails you're scanning?
  • mardi 28 février 2012 11:37
     
     

    i think the link is generated from the skydrive.

    can you download a file from a skydrive using REST?

    what do i need to use to convert the result above into an object?

    I just need to extract the Folder ID.  I tried using

    DataContractJsonSerializer


    • Modifié EvoLiveSDK mardi 28 février 2012 11:39
    •  
  • mardi 28 février 2012 18:51
     
     Traitée
    All SkyDrive IDs that the Live Connect APIs use should be treated as opaque strings and we do not support any scenarios involving generating them yourself.