Onedrive-api-docs: OneDrive file picker - "More libraries" button not working

Created on 5 Jun 2019  路  16Comments  路  Source: OneDrive/onedrive-api-docs

Category

  • [ ] Question
  • [ ] Documentation issue
  • [x] Bug

Expected or Desired Behavior

I am using OneDrive file picker for JavaScript v7.2.
1) Open picker with the following parameters:

{
      clientId: '***'
      action: 'share',
      multiSelect: 'true',
      openInNewWindow: true,
      advanced: {redirectUri: '***'},
      success: ***


    }

2) login..
3) click on "More libraries" button at Shared Libraries section
4) All libraries page should be shown (works in web version of picker https://dogbob-my.sharepoint.com/personal/msteams_eu_dogbob_onmicrosoft_com/_layouts/15/onedrive.aspx?view=15]

Observed Behavior

Nothing happens in picker opened from JavaScript.

Thank you.

Picker bug

Most helpful comment

Hey @abdulkareemnalband, the Picker options shouldn't matter in this case. The regression occurred on the hosted page within the Picker frame and is currently rolling out worldwide. ETA for a fix is early next week.

All 16 comments

Thank you for your contribution to OneDrive API Docs. We will be triaging your incoming issue as soon as possible.

I can confirm this regression on the hosted page, thanks for the report @vikdet. We'll get this fixed and communicate back.

cc: @ThomasMichon @margoflynn

@vikdet, @ThomasMichon is working on a fix, will update when merged with roll-out ETA.

@vikdet are you still impacted by this issue? We've begun rolling out a fix.

We are also facing this issue, our options are

{
  clientId:'****',
  advanced:{
    accessToken:'****',
    endpointHint:'<users personal sharepoint url >', // `webUrl` from  `https://graph.microsoft.com/v1.0/me/drive`
    navigation:{
      sourceTypes: ['OneDrive', 'Sites']
    },
    success:succesCalback,
    error:errorCallback,
    cancel:cancelCallback,
    action: 'query'
  }
}

Hey @abdulkareemnalband, the Picker options shouldn't matter in this case. The regression occurred on the hosted page within the Picker frame and is currently rolling out worldwide. ETA for a fix is early next week.

@KevinTCoughlin Thanks for updates! We are waiting for fix.

@KevinTCoughlin Thanks for updates! We are waiting for fix.

@vikdet, to my knowledge this fix is now deployed. I confirmed with both my primary and test accounts.

Please open a new issue and tag me if you do not see the fix. Thanks for your patience and the report.

We're still not seeing this fix -- nothing happens when clicking on "more libraries" -- no JS errors either.

We're still not seeing this fix -- nothing happens when clicking on "more libraries" -- no JS errors either.

I'll follow-up with the team. Are you seeing this when the Picker is being used for a SharePoint tenant?

Not sure what a "sharepoint tenant" is -- here's a screenshot if it helps.

Screen Shot 2019-07-16 at 5 42 50 PM

@moos, I received confirmation from the team that this change is deployed world wide. Have you confirmed that the JavaScript cache is disabled or at least refreshed?

I'll continue to try to repro with test accounts.

We self-host the file OneDrive.js. Even though ours says e.SDK_VERSION_NUMBER = "7.2"; doing a diff against https://js.live.net/v7.2/OneDrive.js shows they are different! 馃槚 I tried this version as well and still not working. Is it possible to open a service ticket so I can provide more info that might help in debugging this issue?

We have a support ticket open and are investigating.

Hi -- any update on this?

Be great to get an update on this issue and/or an ETA. Is this even being looked at?

Was this page helpful?
0 / 5 - 0 ratings