OneDrive Public Folder Question

Hi All,
I have a WinRT C# app that uses the Live SDK v5.6.  In my app a user can upload files and create folders within their OneDrive account and generate share links.  Is there anyway for a user to be able to access files located in another user's specified
public folder on OneDrive? 
Here's what I've got so far: A user creates a folder and sets it to public.  The app creates a 'contact card' file that the user can send to another user.  In this file the sender's ID is stored, along with the web link to their public folder and
that folder's OneDrive ID.  The recipient opens the 'contact card' file in my app and all the values come through successfully.  Now I just need to know how (or if) I can use those values to direct my app to download a list of files in the sender's
public OneDrive folder.  When I try to use the folder ID like so:
LiveOperationResult Aresult = await connectClient.GetAsync(folderID + "/files");
The operation never completes.  I assume this is because the folderID is tied to the sender's user account.  So what are my options here? Is there another value that would work, like upload_location?  Could I use the REST API and the public
web link to get the list of files?  Is there any other way one user can access another user's public folder on OneDrive?  Thanks for your help.

If the file/folder has been shared with the users contact and they are in each others contact list, you can check the files for the pictures and the source returned in the results (something similar to below).  You will also want to make sure that you're
using the wl.contacts_photos scope as well so that you can view the contacts photos.
LiveOperationResultpictureOperationResult
= awaitclient.GetAsync(contact.id
+ "skydrive/files");
dynamicpictureResult = pictureOperationResult.Result;
foreach(dynamicpicture
inpictureResult.data)
varpictureItem =
newSkyDriveItem(picture.id,
picture.name, picture.name, picture.source, picture.description, picture.description, group);
                    group.Items.Add(pictureItem);

Similar Messages

  • Question about iDisk Public Folder Security

    Is it possible to determine which folders in my iDisk's Public Folder are accessible to certain people.
    I am directing different people to my Public Folder, so I want some folders to be off limits to some, but accessible to others.
    Is that possible?
    Thanks

    In addition to what QTK says, note that the whole issue becomes moot in a few months.  In June, I believe, Apple has said that MobileMe will disappear, taking with it things like your iDisk.  You'd be better off starting to use something else now, rather than learning new things about the iDisk that will be irrelevant soon.  Dropbox is an excellent alternative.

  • Exchange Contact Public Folder Migration Question

    I am migrating our Exchange 2010 environment to Exchange 2013.  We are migrating all of our public folders into SharePoint before we continue with the migration.  Most of our public folders are calendars, so it has been a pretty cut and dry migration.
     We do have one public folder that is designated for emergency contacts.  It contains the personal contact information for the CEO as well as other high up execs and managers from around the company.
    Here is my dilemma.  I need to migrate this out of public folders, but it still needs to remain in Exchange somewhere.  I need to accomplish the following
    1. Be able to view all user contact info, not just email address
    2. Be able to apply permissions to the folder so that only certain individuals can gain access to these contacts
    3. Be available to sync with said user's mobile devices, so that they have 24X7 access to that information
    I am not real sure how to accomplish this and am open to any ideas.  I am very new to SharePoint, so not sure how you might be able to leverage SharePoint to do the same thing.  Any information that anybody could provide would be greatly appreciated.
    Thank you in advance,
    --Scott

    Hi Scott,
    Since this is Exchange Server Forum, if you have any problem on SharePoint, I suggest ask SharePoint Forum for help so that you can get more professional suggestions. For your convenience:
    https://social.technet.microsoft.com/Forums/office/en-US/home?category=sharepoint
    Here is some information related to Exchange for your reference.
    Based on my knowledge, Exchange 2013 is different from previous version of Exchange server. For example, public folder. Public folder in Exchange 2013 doesn’t based on public folder database, it is a mailbox level, called public folder mailbox.
    We can follow following article to perform the public folder migration.
    Use serial migration to migrate public folders to Exchange 2013 from previous versions
    https://technet.microsoft.com/en-us/library/jj150486%28v=exchg.150%29.aspx?f=255&MSPPError=-2147217396
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • Public folder migration question - Outlook

    Will users need to restart outlook once the public folders have been migrated from 2007 to 2013? I know a downtime is required but I'm curious what the end users should expect when this happens. They are all on outlook 2010.  We are going to send
    out communication to our users. Thanks.
    Rich

    Hello,
    My environment is outlook 2010, exchange 2013. After I migrate public folder from exchange 2007 to exchange 2013, the outlook doesn't response the changes. So I restart outlook, it applies public folder changes.
    During you migrate public folder, these steps (Lock down the public folders on the legacy Exchange server and finalize the public folder migration) require downtime, and you will not only access public folder. In my environment, the outlook clients can connect
    to exchange server, and access other services, GAL and so on.
    Cara Chen
    TechNet Community Support

  • Public Folder Migration from Exchange 2007 to 2013

    Hi Guys,
    I have a general Exchange 07-13 migration question about migrating the PF's and System Folder Information, I read somewhere that the SystemFolder info doesn't come across, can someone shed some light on this for me please?
    Thanks,
    Ray

    Hi Ray,
    Free/Busy information is stored in system public folder. If you want to decommission the Exchange 2007 Server, you need to add the replicas to Exchange 2013 Server.
    What's more, if the users use Outlook 2003, they will rely on the Free/Busy folders. If the users are using Outlook 2007 or newer, then Outlook utilizes something called the Availability Service and no longer relies on the Free/Busy folder.
    Please refer to the following article to migrate public folders from Exchange 2007 to Exchange 2013.
    Migrate Public Folders to Exchange 2013 From Previous Versions
    http://technet.microsoft.com/en-us/library/jj150486.aspx
    Besides, here is a helpful thread for your reference.
    move/migrate Public Folder from Exchange 2007 to Exchange 2010
    http://social.technet.microsoft.com/Forums/exchange/en-US/44b29a93-0149-4734-8e19-6679ad7701ce/movemigrate-public-folder-from-exchange-2007-to-exchange-2010?forum=exchange2010
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How do public folder mailboxes across multiple DAGs work?

    I have three Exchange 2013 DAGs in three different sites.  The three DAGs can communicate with each other fine but not necessarily the users in the sites.  Users in Site A can communicate with the Dags in Site B and Site C.  Users in Site
    B can only communicate with the DAG in Site A and Site B.  Users in Site C can only communicate with the DAG in Site A and Site C.
    I want the site specific public folders to live in a public folder mailbox on their local DAG.  My questions are as follows:
    1. If a user in Site A had rights to every public folder in all public folder mailboxes would all of the Public Folders show in Outlook for them?
    2. What's the best method of migrating from Exchange 2007 PFs to this?  Can I map certain Public Folders to certain PF Mailboxes?
    Thanks.

    1.  They should, yes.
    2.  Yes, you can.  There are migration scripts you download, and after you run the script, you can change the folder-to-mailbox mapping to suit your needs.  The process is pretty intuitive.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • HT1203 I moved my Itunes media folder to my public folder in my home folder so that my wife can share my music when she logs on to my computer. Since then aperture has been unable to locate the music files and I cannot add any of my itunes files to a slid

    I moved my itunes media folder to my public folder in my home folder so that my wife can share my music when she logs on as a user. Since doing this Aperture cannot locate any itunes music files and so I cannot add any music to a slideshow. All of my existing slideshows no longer play music. Can anyone help?
    Thanks

    Thank you for your prompt response - I did as you said and did a drag and drop into the iTunes window - it imported and got my album art from the net. When I started Itunes with the shift key down I was prompted to choose a library but since I copied over the media folder and not the library folder I was unable to select that so I guess I will have to create a new library and add in all the music, videos, etc. unless I wait for my laptop and export the library or at least that seems to be the case? In short, all my data (iTunes media folder) is on my external drive and can be added to the blank iTunes screen but I can not choose a library folder. Is there anyway around completely making all those playlists again? I am not sure my laptop will survive the shop with data intact and really hate to start over on those.
    In an unrelated question - I collect old TV shows from the 1950's. Can I make playlists within the home video folder somehow?  In other words like one for Quiz shows, one for comedies, one for police and detective shows, etc. while I am remaking all my playlists for my music if I end up having to go that route?
    Once again thank you for helping me out. I am not too Itunes savvy and really appreciate you taking the time to answer.

  • Difference between File Sharing, Dropbox, and Public Folder?

    I have this MBP out front & my Mac Mini in back. I'm comparatively new to networking, altho I've used File Sharing (FS) & Dropbox (Db). It seems now, there are a myriad of ways to sync my two computers. (ICloud is also used, just for Mail & iCal, since those are the only two I have that Apple allows on iCloud. I have the computers networked w/ an Airport Extreme. That all works flawlessly.)
    I'm aware of Apple's Drop Box, but it doesn't work since the two computers are over 30' apart.
    The three subject features all do the same thing, I believe, so along with this question, I'm asking which of the 3 is preferable. Dropbox confuses me because it refers to the Public Folder, when it seems only necessary to drag a file to the Db folder, rather than the Public Folder. Anyone know where the Public Folder fits into the Db scheme of things? Or even into the FS scheme of things? Or even into the total file sharing/snycing landscape? My hunch is to ignore the Public Folder.
    As to File Sharing, if I opt for this, then I don't need Db or the Public Folder. Right? The problem w/ FS is that both machines need to be up & running (and not in a Sleep mode). Also, FS is irrelevant when it comes to the Web. On top of all this, most apps come w/ the capability to upload files, photos, etc., for the Web. I'm in a situation where I need to keep track of what I'm sharing, whether it be through FS, Dropbox, or the Public Folder.
    I would really like to simplify my workflow by settling on just one means of syncing my two computers. I'm aware that Db is good for sharing files not only between my 2 Macs, but putting stuff on the Web.
    How do some of you share data between computers? What do you go with? All 3, 2, or just one? How do you keep things straight?

    I'm aware of Apple's Drop Box...
    You mean AirDrop.
    The three subject features all do the same thing, I believe...
    No, they're entirely different.
    File Sharing is a file service that works over a local network.
    Dropbox, which I've never used, is a cloud-based storage and file-synchronization service.
    The Public Folder is the subfolder of your home folder that's accessible to other users of the same computer, and also to other users on the network if File Sharing is active. (The term "Public Folder" may have another meaning in the context of Dropbox.)
    How do some of you share data between computers?
    There are many ways to do that, in addition to the ones you mentioned. It's not really clear what your requirements are.

  • Mail Sender Adapter - read from public folder.

    Hello Experts.
    I have a scenario, where I need to read an incoming mail from a public folder, and after mapping the attachment (which is a csv) I need to put the result as a file in a shared folder.
    right now the problem is, I am not sure how to access the public folder.
    should I use one of the exchange users, and try to access the public folder?
    what should I be writing in the URL parameter in the mail sender adapter ? (imap://server/???/public folder ?)
    Also - in case I will want to switch the location of the mail to a private foler inside of the user mailbox - what is the URL parameter in that case?
    Anyone ever did something like this and can help?
    Thanks,
    Imanuel Rahamim.

    Hi Imanuel,
    do u mean u want to pick the mail which contains an attachement from a specified folder instead of inbox?
    u can configure the URL like imap://host:port/path/PublicFolder.
    after PI received the mail. we can use PayloadSwapBean to get the attachement payload and do following message mapping.
    ur question: Also - in case I will want to switch the location of the mail to a private foler inside of the user mailbox - what is the URL parameter in that case?
    do u mean u want to pick the mail from a specified mail account? if like this, create an user for the interface only. then configure the UserName/Password in the channel.
    Regards,
    Kevin Song

  • Exchange 2013 Users cannot access Public folder in Exchange 2007 SP3

    Dears,
    i am working in Upgrading Exchange 2007 to Exchange 2013 CU7,, I came to know with CU7 we have new way for coexistence with legacy Public Folder 
    https://technet.microsoft.com/en-us/library/dn690134(v=exchg.150).aspx
    i did the steps exactly as it is in the article,  but now users in Exchange 2013 always prompt for username /password when opening outlook and i found they still trying to connect to Exchange 2007 PF Server using HTTPS and failed..
    BTW, Outlook anywhere is disabled in EX2007 and as per this article Q/A , it is no more needed
    http://blogs.technet.com/b/exchange/archive/2014/11/07/on-premises-legacy-public-folder-coexistence-for-exchange-2013-cumulative-update-7-and-beyond.aspx
    the issue now, still users getting prompted and cannot connect to PF in EX2007,,
    your help is appreciated
    thanks
    Mufleh

    I ran into the same situation recently, and found out that you need to make sure InternalClientsRequireSSL is set to false.
    To verify: Run Get-OutlookAnywhere | fl Identity, *ssl
    If it is true, try setting it to false.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • 2010 - 2013 Migration of Public Folders blank spaces in Public Folder names

    So I found the problem that I was running into with this thread:
    http://social.technet.microsoft.com/Forums/en-US/466106c8-33a4-4474-83eb-2f6451e0d4eb/2010-2013-public-folder-migration-failed-property-expression-isnt-valid?forum=exchangesvrdeploy , however the question I have is a bulk solution for this problem.
    The customer I am working with has just shy of 200GB of Public Folder items with many, well organized public folders that they have been using for many years. I am trying to finish up their migration to 2013 and the solution of ADSI Edit removing blank spaces
    is not going to be a good option, it would add days to the migration and many hours of labor.
    What I am looking for is to see if there is a way to remove these spaces in a bulk or automated fashion. It may be asking a lot but it will save MUCH time and effort. If there is anyone that has any ideas I would love to hear them.
    Thanks,
    Joe

    I ended up opening a support case with MS to resolve this issue. The issue took us through a few different things, on our Get-PublicFolders we had to add the -ResultSize Unlimited flag. He had a modified script that enumerated all of the special characters
    and performed a replace like the script in the prior link had performed.
    From there we also had another issue with trailing blank characters. For that we had a three step process.
    1. Get the list of Public Folders that were Mail Enabled
    2. Disable Mail for all Public Folders
    3. Enable Mail flow to the above Public Folders that had mail flow going to them.
    Finally I was able to get the public folders to migrate.

  • Exchange 2010 SP3 - How many Calendar Items/Folders can you create under "all public folder"

    Hi,
    Is there a limitation on how many calendar items/folders you can create under "all public folder" in Exchange 2010 SP3?
    Thank you

    I don't believe you can create calendar items under the root folder, but it's been so long since I worked with a system that had public folders that I'm not sure.  If you mean "a folder that can contain calendar items", that is not a calendar
    item itself.
    Now, I believe your underlying question is, "How many folders can be created at the root level of the public folder hierarchy?"  If so, there is no simple limit that I know of (you can have thousands, if you really want), but management gets
    pretty unruly with the more that you have.  I normally recommend that you create sub-folders to logically meet your requirements, then have each of these with more folders (normally that only specific groups of users will be able to access or add items
    to).  And anyone will tell you that you want to restrict anyone from creating their own folders at the root level.  In fact, this is the default setting for a new Exchange 2010 installation.
    I'll add that you really should stop trying to use public folders, since there are newer technologies (SharePoint, for instance) that work much better and are much easier to use.

  • Exchange 2007 Public Folder Database cannot be deleted

    We are in the process of decommissioning exchange 2007 server from 2007 <-> 2013 coexistence.
    All user MailboxDatabases have been sucsessfully removed, however PF Mailbox databases return an error. 
    “The public folder database 'Public Folder Database' cannot be deleted”
    Object is read only because it was created by a future version of Exchange: 0.10 (14.0.100.0). Current supported version is 0.1 (8.0.535.0).
    I am suspecting the presence for 2 OAB is the reason why we can’t delete Public folder database from 2007 server.
    Get-OfflineAddressBook on 2007 returns
    Name               
    Server             
    Versions           
    AddressLists
    Default Offline ... ex07                
    {Version4}         
    {\Default Global...
    Default Offline ... Offline Address ... {Version4}         
    {\Default Global...
    Get-OfflineAddressBook on 2013 returns
    Name                                   
    Versions                               
    AddressLists
    Default Offline Address Book           
    {Version4}                             
    {\Default Global Address List}
    Default Offline Address Book (Ex2012)  
    {Version4}                             
    {\Default Global Address List}
    Questions:
    How can I check if both exchange servers are still OAB generation servers?
    I am not sure if the previous service provider moved OAB,  can I potentially cause any problems by executing  
    Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "\Default Offline Address Book (Ex2013)"
    Move-OfflineAddressBook -Identity "Default Offline Address Book" -Server EX13
      3. Is it safe to delete 2007 OAB ?
    Thanks

    Default and System public folders show up under PF Management Console, however their preview pane on the right says "There are no items to show in this view" for both of them.
    below is the output from Get-PublicFolderStatistics on ex07
    Name                                     ItemCount              
    LastAccessTime
    Marketing                                   479              
    1/4/2014 10:15:14 AM
    Default                                  0                
    3/16/2014 1:34:35 PM
    EX:/o=First Organization/ou=Exchange Adm 2                 3/13/2014 1:00:00 AM
    inistrative Group (FYDIBOHF23SPDLT)
    EX:/o=First Organization/ou=Exchange Adm 0                 3/13/2014 1:00:00 AM
    inistrative Group (FYDIBOHF23SPDLT)
    exchangeV1                               401              
    3/16/2014 1:34:35 PM
    globalevents                             0                
    3/16/2014 1:34:35 PM
    internal                                 0                
    3/16/2014 1:34:35 PM
    Sales                                     713              
    1/4/2014 10:15:15 AM
    microsoft                                0                
    3/16/2014 1:34:35 PM
    OAB Version 2                            0                 
    1/4/2014 4:09:49 AM
    OAB Version 3a                           0                 
    1/4/2014 4:09:49 AM
    OAB Version 4                            0                 
    1/4/2014 4:09:49 AM
    OWAScratchPad{8382AFC4-6D63-4804-AC49-7B 0                 3/16/2014 1:34:35 PM
    4FDA2A4514}
    schema-root                              0                
    3/16/2014 1:34:35 PM
    Accounting                                 953              
    1/4/2014 10:15:16 AM
    StoreEvents{8382AFC4-6D63-4804-AC49-7B4F 0                 3/16/2014 1:34:35 PM
    DA2A4514}
    /o=First Organization/cn=addrlists/cn=oa 0                 3/13/2014 1:00:00 AM
    bs/cn=Default Offline Address Book

  • Drag and drop to public folder

    I have an Intel Mac Mini running 10.4.9 connected to a windows domain & MS Exchange Server 2003 in a corporate environment. My problem: using Mail.app, I can read items within the public folders; however, I cannot drag-and-drop messages from my inbox to folders within the public folders. Any time I attempt this, the message in question is present within the public folder briefly, but then disappears once a sync occurs with Exchange.
    Any suggestions would be greatly appreciated.

    As I wrote before, when I tried to drag and drop the Public Folder Tree Hierarchy, I used account which had delegated Exchange Full Administrator role in Exchange 2003 and was also member of Enterprise Admins / Domain Admins in AD and Exchange Organization
    Administrators in Exchange 2007. According to Sembee suggestion, it is more than needed ...
    I think about manual deleting Public Folder Tree Hierarchy object from old Administrative Group (using ADSIEdit) and then recreating the new one in Exchange Administrative Group - using the following steps:
    http://blog.bruteforcetech.com/archives/766
    But I'm not sure if System Folders will be accessible then. There are many Outlook 2003 in organization, so "old" OAB access is necessary ...
    I can take report of permissions for the problematic Public Folder Tree Hierarchy object using dsacls.exe, if needed (there are many ACEs in DACL on them). I can also check Effective Permission for user I used for moving.
    But in both cases, I don't have any reference. I mean correct permission set for such object or necessary permission set for user used for moving.
    Regards,
    Jacek
    MCT, MCITP, MCTS, MCSE+M, MCSA+M

  • Can be restore public folder

    Please let me know if can be restore public folder on another exchange server.
    I have DAG environment with one public folder. BY mistake user has been deleted their one sub folder from PF hierarchy. I tried to recover the data from recover deleted Item but retention period has been already left. Now I have
    only one option to restore the public folder from the backup.
    Now my question is can be restore public folder on another exchange server which is exist on same DAG environment. Or I need to build isolated exchange server to restore the public folder.

    Here are your options:
    http://blogs.technet.com/b/exchange/archive/2012/02/06/recovering-public-folders-after-accidental-deletion-part-1-recovery-process.aspx
    http://blogs.technet.com/b/exchange/archive/2012/02/08/recovering-public-folders-after-accidental-deletion-part-2-public-folder-architecture.aspx
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

Maybe you are looking for

  • IPhone 4S no longer recognised on iTunes 10.6.3 after iOS 7 update

    Hi, I am having problems with my iPhone 4S connecting to iTunes now I have updated to iOS 7. iTunes says I need version 11.1 for my phone to be recognised (i currently have iTunes 10.6.3) so, I go to download 11.1 and it wont do it because my mac sof

  • External Monitoring with MXO2 Mini not working

    OK, I chose the Matrox 1080i60 Sequence Preset.  And then I import and use AVCINTRA P2 footage.  When I put it into the sequence...I see the clips on the timeline, but nothing in the Program monitor, nor my external monitor.  I press play...nothing h

  • Anyone else getting ERROR MSG 502?

    Haven't been able to connect to iTunes store for 2 weeks or so now... everything was peachy-keen before that. Have tried all suggestions on forum and support sites, all to no avail. This is on my work computer, so I'm not sure if something was recent

  • Could not create the queue connection

    Hi, I have successfully registered and retrieved the connection factory object from LDAP server..But when i try to make connection out of that connection factory object, it gives following issue[1]. My sample code is like;           // get connection

  • ISDN dsl errors

    My c876 router logs the following errors: *Apr 14 10:24:46.943: esw_dtc_ltc4258_reg_write: no acknowlege from POE *Apr 14 10:24:46.943: esw_mrvl_pdc_hardware_config failed on slot 0/0 *Apr 14 10:24:48.451: esw_dtc_ltc4258_reg_write: no acknowlege fro