WP 8.1 LiveSDK 5.5 get folder and create folder issue on some devices

Hi,
I've an app which will connect to the users OneDrive account and creates a folder and upload a textfile.
1. I check if a specifig folder exists, and if it exists, I'll get the folder ID.
LiveOperationResult operationResult = await client.GetAsync("me/skydrive/files?filter=folders");
foreach (var item in operationResult.Result.Values.ToList())
foreach (IDictionary<string, object> fo in (item as List<object>))
if (fo["name"].ToString() == folderName)
return fo["id"].ToString();
If the ID is null, I'll create the folder with this piece of code...
await client.PostAsync("me/skydrive", new Dictionary<string, object>() { { "name", "MyFolderName" } });
My issue... this won't work on any windows phone device.
This will work on my device Lumia 925 with WP 8.10.12393.890 one device where this won't work is a Lumia 830 with WP 8.10.14219.0
I'll will get these error messages from some customers:
"The resource couldn't be created because a resource named 'MyFolderName' already exists." or "Input parameter 'path' is invalid.  'path' must be a valid URI."
So what could be my issue? Can anyone help me with this.
In my develeopment environment I just updated to LiveSDK 5.6 and it will work on my Lumia 925 device. Could this a soloution for my issues? (It's not uploaded to the app store with this change).
I'm greatful for any hint or solution.
Kind regards
Kevin

Hey
Thanks for reaching out to us on the community and welcome aboard. I hope you find all the answers you were hoping for (Though we're not sure of the meaning of life just yet) ;)
In regards to your troubles, the best place to start would be with a clean reinstall of the app. It will make sure that any faulty cache data etc. will be removed. Find instructions on how to do so here:
https://support.spotify.com/learn-more/faq/#!/article/reinstallation-of-spotify
Of course, get back to me and let me know how it all goes. I'd love to help out should you need me more.
Thanks! :)

Similar Messages

  • I bought htc 8x verizon employee edition and when i update it and during installation with my error phone get off and now phone stuck on some wheel running thing and wont get on please tell me if i could download the rom

    i bought htc 8x verizon employee edition and when i update it and during installation with my error phone get off and now phone stuck on some wheel running thing and wont get on please tell me if i could download the rom or anything also

        Hi mnomi! Sorry to learn of the trouble you're running into with your new phone! Have you already switched the device via your My Verizon : http://vz.to/16lkVUY Once you have done this, and verify the sim card is inserted securely, the activation will begin. If the phone is stuck on the wheel and you cannot move forward, you may want to do an alternative reset. Please follow the below instructions:
    1) Ensure the device is powered off.
    2) Press and hold the Volume Down button (located on the right edge) until instructed to release in step 4.
    3) Press and hold the Power button (located on the top-right edge) until the device vibrates (approximately 2 seconds) then release.
    4) When the restore screen appears (exclamation mark), release the Volume Down button.
    5) From the restore screen, press then release the following keys to initiate the reset process:
    1. Volume Up button
    2. Volume Down button
    3. Power button
    4. Volume Down button
    *Allow several minutes for the process to complete (rotating gears appear on the display to indicate that the reset is in progress).
    If you have any further questions or concerns, please let us know. Keep us posted if this resolves your concerns. Thanks!
    -KristieQ_VZW
    Follow us on Twitter @VZW Support

  • My iSight get disconnected and create a distortion on the image. i don't know what could be!

    my iSight get disconnected and create a distortion on the image. i don't know what could be!

    Restart Mac and then test more than one iSight app in more than one user account. If the problem remains, try the suggestions from http://support.apple.com/kb/HT2090

  • IPhone 5S Getting Heated and Battery Drain issue

    From Past 2 Days , my iPhone is been getting heated and the battery drain is 1% per minute.
    Earlier When i used to put it on standby it used to be only a drop by 1-2 % through out night. Now it has gone down to -35% to 40% drain.
    I have tried
    -Resetting all settings
    - Restoring to fresh new iPhone
    -let my battery down to 0 and then charge it to 100% again
    But Nothing Helped, i am out of the country for work and i visit an apple store here.
    Any Suggestions, How do i Fix it?

    I have a VERY similar issue to extremecoder...
    Iphone 5s 16gb (purchased from Apple Online U.K. on 8th December 2013) was fine until the last two days onwards. I am now getting incredibly quick battery drain. The image is a screenshot taken this morning. Phone was charged to 100% last night and used for an hour or so, with battery level on 50%. I then switched off overnight as I always do.
    Turned it back on again this morning and was at 48%!
    Now look at it.    Do I have a case here for a replacement phone?
    P.S. Location services, bluetooth etc all off as they always are. Nothing has changed at all in my usage habits with the phone.

  • IPhone getting hotter and camera lens issue?

    I have had my iPhone since the day it was released and been very happy with the product. However recently my iPhone has been getting hotter than normal and after a full charge(last night) it seems to be A LOT hotter than it normally is. I'm wondering if anyone else has had this issue with their phones what should I do? Also I have happened to see that in the back side of the phone on the camera there seems to be a circular object From the camera that has slipped down and cops a part of the top piece of the lens. It so far has no affected the camera shots yet but I'm worried that it may slip down all the way sometime soon. I have not dropped my phone or done any rigorous activity with it yet. Could it possibly be the heat? Should I send it in to the apple store will they cover the fix? What should I do?

    I'd definitely contact Apple and see what they are willing to do about it. I work at a cell phone store and I've had a customer come in with his iPhone 4 that literally melted in his pants pocket. He had no reason to lie because he didn't demand a refund or anything he just bought a new one and left. Sometimes the batteries are defective and they can overheat pretty bad. Plus it sounds like the camera on your phone might be defective. Just take it to an Apple store and have them look at it. If you're lucky they might just give you a brand new one. If not, you're still under warranty so you can at least ask them to fix the problem for you.

  • My Mac Pro Lion 10.7.4 is getting hot, and the fan is making some noise.

    Since I've got this Macbook Pro Lion 10.7.4 (October, 2011) the temperature of the backside is very hot, and today (July, 2012) the fan is making some weird noise. Does anyone know what is going on?

    Since I've got this Macbook Pro Lion 10.7.4 (October, 2011) the temperature of the backside is very hot, and today (July, 2012) the fan is making some weird noise. Does anyone know what is going on?

  • GET statement and internal table

    Hi community,
    I use the GET statement and I want to use some older code segments.
    I read somewhere that I can use the result of GET like an internal table.
    So I tried to get the content of bsid into my internal table it_bsid. But that doesn't seem to work.
    Do you have any advice in this?
    I wanted to do the following:
    TABLES:
            KNA1,
            BSID,
            BKPF.
    DATA:
          it_bsid TYPE TABLE OF bsid WITH HEADER LINE,
          is_bsid LIKE LINE OF it_bsid,
    GET bsid.
    LOOP AT bsid.
      APPEND it_bsid.
    ENDLOOP.
    -or-
    GET bsid.
    LOOP AT bsid INTO is_bsid.
      APPEND is_bsid TO it_bsid.
    ENDLOOP.
    But in both cases I get an error.
    ' "VERSION ... ." expected after "BSID" '
    Do you know what is the reason for that?
    Regards
    Tobias
    Edited by: Tobias Oelschlaeger on Feb 29, 2008 4:18 PM

    Hi Tobias,
    first you have to assign a logical database which has BSID to your program (in program attributes).
    Then GET is the event triggered by the next BSID record according to your selection. You can not LOOP here but you may append to an internal table. This table may be processed using LOOP in the END-OF-SELECTION event.
    Read some documentation about LDB [Logical Databases|http://help.sap.com/erp2005_ehp_01/helpdata/en/f0/ca4584260211d28a430000e829fbbd/content.htm] - it may help to understand the concept of this obsolete technique.
    Regards,
    Clemens

  • The navigation menu gets jumbled and I need to restart Firefox

    After I use Firefox for a period of time, the navigation menus get jumbled and words within grids in some applications overlap.
    I have emptied the cache and still the problem persists.
    After I close Firefox and reload, everything works fine until some resources is reached and the jumbling begins. I have a 4gb high-end laptop.
    I currently have Firefox 12.0
    I can provide a screen shot but I don't see an upload capability in this forum.

    Did you try to disable all extensions to verify that it isn't caused by one of the extensions?
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • I have an IMac.  I put a folder on the desk top and now want to delete it.  The folder seems to be locked.  I went to get info and tried to unlock it but still can't delete it.  The folder has nothing in it.  Any help would be great.  Thanks

    I have an IMac.   I put a folder on the desk top and now want to delete it.  The folder seems to be locked.  I went into Get Info and attemted to unlock the folder and delete it.  Won't go away.   There is nothing in the folder.   How do I unlock this folder and delete it?   When I try to delete it, I'm asked for my password which I put in and is accepted, but will not delete the folder.  Any help would be great.

    If you are sure there is nothing in it, download trashit, a useful free app.   That will dispose of it.
    Download Trash It! for Mac - Force-empty your trash can. MacUpdate.com

  • I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where

    I have purchased Adobe XI Pro and created a form for entering bowling scores to submit to newspaper for my high school team.  I can not figure out how to get pdf's into my documents folder on my iPad so that I can access the files in bowling alleys where I do not have a Wi-Fi connections.  I need to be able access files without going to acrobat.com.  Help!!!@

    Post the PDF files to a web site. The browse to them in Safari on the iPad.  When you Open the files specify the Open to occur in Adobe Reader.  Then you can have/Save them in your Documents folder on the iPad.   An iPad has limited access to files otherwise.

  • Somehow my iTunes app has been put into the trash.  How can I get this and all of the stuff that was in it back to my Application folder?  I try to drag it out of trash, but it won't work.

    Somehow my iTunes app has been put into the trash.  How can I get this and all of the stuff that was in it back to my Application folder?  I try to drag it out of trash, but it won't work.

    Also, when I do try to drag it out of the Trash to put it back into Applications (on the Finder sidebar), it asks me to authenticate with the administration password.  I enter it, and then a window appears saying that I can't do that because I do not have permission to modify iTunes.  Please help.

  • How to get Folder Location by just providing folder name ?

    Hi,
    I want to get folder location by providing its name.
    I created one folder on "E:\" drive and when I used following code in netbeans it giving me the current loaction of java file.
    File directory = new File("SVN");
            boolean isDirectory = directory.isDirectory();
            if (isDirectory) {
                // It returns true if directory is a directory.
                System.out.println("the name you have entered is a directory  : "  +    directory); 
                //It returns the absolutepath of a directory.
                System.out.println("the path is "  + directory.getAbsolutePath());
            else {
                // It returns false if directory is a file.
                System.out.println("the name you have entered is a file  : " +   directory);
                //It returns the absolute path of a file.
                System.out.println("the path is "  +  directory.getAbsolutePath());
        }And i got following output
    the name you have entered is a file  : SVN
    the path is C:\Users\AjayS\Documents\NetBeansProjects\TestCodes\SVNBut my folder is located on "E:\" drive.
    Regards,
    Ajay

    You will have to search for them. But that indicates something seriously wrong with the requirement. In effect you're using the local filename as a secondary key but there is no index on it. You should consider a database.

  • Get folder name for item

    Hi All,
    I need to retrieve the folder name for where the item is stored to generate a report in following format in csv
    File Name Full Path Parent Folder Created By Last Modified By Number of Versions Total Size
    My code which gets all other info.
    function Get-DocInventory() {
    [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    $site=Get-SPSite -Identity "siteURL"
    foreach ($web in $site.AllWebs) {
    foreach ($list in $web.Lists) {
    if ($list.BaseType -ne "DocumentLibrary") {continue}
    foreach ($item in $list.Items) {
    $data = @{
    # "Web Application" = $webApp.ToString();
    #"Web" = $web.Url
    "Site" = $site.Url
    "list" = $list.Title
    "Item ID" = $item.ID
    "Item URL" = $site.Url+"/"+$item.Url
    "Item Name"= $item.File.Name
    “Item Versions” = $item.Versions.Count
    "Item Created" = $item["Created"]
    "Extensions" = $item.name.split(".")[1]
    "Item Modified" = $item["Modified"]
    "Item Created By" = $item["Author"]
    "Last Updated by" = $item["Editor"]
    "File Size" = $item.File.Length/1KB
    New-Object PSObject -Property $data
    $web.Dispose();
    $site.Dispose()
    #Get-DocInventory | Out-GridView
    Get-DocInventory | Export-Csv -NoTypeInformation -Path D:\Scripts\Hemant\inventory.csv
    Coukld you please help me get folder name
    Thanks Basva

    To get the full Folder URL you could use:
    $item.File.ParentFolder.Url
    And just for the Folder Name use:
    $item.File.ParentFolder.Name

  • How to get Folder or document service permissions  by using  KM API's

    Hi,
    Any help how to get Folder or document service permissions  by using  KM API's  
    Any help or hint is greatly appreciated.
    Thanks,
    Costa.

    Hi,
    I have tested it here and it works for me (this code lists the service permissions settings for folder /documents/temp/):
        RID rid = RID.getRID("/documents/temp");
        try {
          IUser user = (IUser) request.getUser().getUser();
          IResourceContext context = new ResourceContext(user);
          IResource res = ResourceFactory.getInstance().getResource(rid, context);
          IResourceFactory resourceFactory = ResourceFactory.getInstance();
          IRepositoryServiceFactory serviceFactory = resourceFactory.getServiceFactory();
          IAclService aclService = (IAclService) serviceFactory.getRepositoryService(res, IWcmConst.ACL_SERVICE);
          IResourceAclManager aclResourceManager = aclService.getAclManager();
          IResourceAcl resourceAcl = aclResourceManager.getAcl(res);
          boolean inheritedAcl = false;
          if (resourceAcl == null) {
            resourceAcl = aclResourceManager.getInheritedAcl(res);
            inheritedAcl = true;
          response.write("<strong>SERVICE PERMISSION OWNERS</strong><br>");
          IUMPrincipalList ownerList = resourceAcl.getOwners();
          IUMPrincipalListIterator ownerListIt = ownerList.iterator();
          while (ownerListIt.hasNext()) {
            IUMPrincipal ownerPrincipal = ownerListIt.next();
            String strPrincipal = ownerPrincipal.getId();
            response.write(strPrincipal + "<br/>");
          response.write("<br><strong>SERVICE PERMISSIONS</strong><br>");
          IResourceAclEntryList el = resourceAcl.getEntries();
          IResourceAclEntryListIterator it = el.iterator();
          while (it.hasNext()) {
            IResourceAclEntry entry = it.next();
            String strEntryPerm = entry.getPermission().getDescription();
            String strPrincipal = entry.getPrincipal().getId();
            response.write("<strong>" + strEntryPerm + "</strong> - principal: " + strPrincipal + "<br/>");
            IAclPermissionList plList = entry.getPermission().getMembers();
            IAclPermissionListIterator plListIterator = plList.iterator();
            while (plListIterator.hasNext()) {
              IAclPermission perm = plListIterator.next();
              response.write(perm.getDescription() + "<br/>");
        } catch (Exception e) {
          response.write(LogWriter.extractCallStack(e));
          LogWriter.traceSevere(LogWrapper.trace, e, LogWriter.extractCallStack(e), true);
    Romano

  • How to get folder size in bytes

    Hi all,
    Is there a easy way to get folder size in bytes?  I don't want to check each file in it and then add them up.
    Thanks for any help.
    Anne

    Years ago, I found my home PC was lacking disk space and could not exaplain where all of the space went.
    At the same time I was teaching myslef how to use the Picture control and Windows did not allow you to check the size of a folder and it sub-folders. So I used that situation to learn about the picture control and LV at the same time.
    It worked and ran but very slowly.
    Soon after Greg McKaskle was putting together the first version of "The Good The Bad and The Ugly" and was looking for fodder to beat up. I offered and he accepted. When the time came for the presentation, my code was chosen as "The bad" since I had not learned how to do a cluster sort at that time so I wrote my own version of a bubble sort (the VI presents a Pie Chart of disk usage and clcik on the sectors of the Pie Chart allowed you to drill down so I hd to sort by sizes).
    So why am I telling you this long boring story?
    That code is attached for you to look at laugh and tell me how dumb I was.
    Feel free to beat me up. It can't be any worse than the abuse I got from Greg (I felt like I was being raped).
    Have fun!
    Ben
    Code is probably 6 or thereabouts. "Disk_Utility" is top level. Remember this is an example of how NOT to code.
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    DIsk_Pie_Utility.zip ‏162 KB

Maybe you are looking for