Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onedrive folder not present on the sidebar #3659

Closed
AisinGioroKiIoi opened this issue Feb 20, 2021 · 30 comments
Closed

Onedrive folder not present on the sidebar #3659

AisinGioroKiIoi opened this issue Feb 20, 2021 · 30 comments
Labels
bug Something isn't working fixed

Comments

@AisinGioroKiIoi
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here. Ex: What device type/UI layout and app version?

@AisinGioroKiIoi
Copy link
Author

希望能在侧边栏显示OneDrive。望采纳,ᠪᠠᠨᡳᡥᠠ(巴尼哈/谢谢)

@hez2010
Copy link
Member

hez2010 commented Feb 21, 2021

OneDrive directories are already being displayed in side bar.
Can repro it.
@gave92 @yaichenbaum Seems that there's a regression since v1.3 which causes OneDrive directories not being displayed.

@gave92
Copy link
Member

gave92 commented Feb 21, 2021

@hez2010 I can't repro this exactly. For me it "just" takes several seconds for the Onedrive (personal) folder to be displayed on the sidebar

@gave92 gave92 changed the title 使用反馈 Onedrive folder not present on the sidebar Feb 21, 2021
@AisinGioroKiIoi
Copy link
Author

AisinGioroKiIoi commented Feb 21, 2021 via email

@hez2010
Copy link
Member

hez2010 commented Feb 21, 2021

@hez2010 I can't repro this exactly. For me it "just" takes several seconds for the Onedrive (personal) folder to be displayed on the sidebar

I waited for several minutes but still nothing showing up.
Note: I have multiple OneDrive folders.

@gave92
Copy link
Member

gave92 commented Feb 21, 2021

@AndyMDoyle could you check?

@boscorelly
Copy link
Contributor

OneDrive directories are already being displayed in side bar.
Can repro it.
@gave92 @yaichenbaum Seems that there's a regression since v1.3 which causes OneDrive directories not being displayed.

no problem in v1.3 with onedrive.
image

as he said, it may be an icloud drive problem.

@AisinGioroKiIoi
Copy link
Author

您好,22日我在两台新设备上安装该应用,已正常显示。21日那一台不在身边,我没法确认。

@AndyMDoyle
Copy link
Contributor

OneDrive and SharePoint are okay here.
With the right empty iCloudDrive folder in place iCloud appears in the sidebar as expected as well.

@boscorelly
Copy link
Contributor

您好,22日我在两台新设备上安装该应用,已正常显示。21日那一台不在身边,我没法确认。

please write in english...

@hez2010
Copy link
Member

hez2010 commented Feb 22, 2021

That's weird...
I'll investigate on my machine later.

image

@boscorelly
Copy link
Contributor

which version of windows 10 ?

@hez2010
Copy link
Member

hez2010 commented Feb 22, 2021

dev insider 21318

@boscorelly
Copy link
Contributor

i am in 20h2 / 19042.804 in insider. I am currently upgrading to 21h1. Maybe the problem is only in the most recent insider branch

@yaira2
Copy link
Member

yaira2 commented Feb 22, 2021

@gave92 This should be resolved in main, right?

@gave92
Copy link
Member

gave92 commented Feb 22, 2021

@yaichenbaum not sure, I haven't done anything for this as I can't reproduce this issue.

@boscorelly
Copy link
Contributor

problem not present in 21h1 19043.844

@yaira2 yaira2 added bug Something isn't working triage approved labels Feb 24, 2021
@yaira2
Copy link
Member

yaira2 commented Feb 24, 2021

@gave92 I can reproduce this on my device, it seems like the FullTrustProcess isn't working at all.

@gave92
Copy link
Member

gave92 commented Feb 24, 2021

@yaichenbaum great news -.- I'll need some help to solve this as I can't reproduce it at all.

@hez2010
Copy link
Member

hez2010 commented Feb 24, 2021

On my device FullTrustProcess just being terminated (maybe crashes) after launch

@gave92
Copy link
Member

gave92 commented Feb 24, 2021

Thanks @hez2010 are you getting anything in the debug_fulltrust.txt? Does it crash also in Debug? Could you debug with VS and see what's the issue?

@AisinGioroKiIoi
Copy link
Author

您好,22日我在两台新设备上安装该应用,已正常显示。21日那一台不在身边,我没法确认。

请用英语写字。。。

很抱歉,能力有限,也不懂什么英语,就浏览器翻译的各位的文字,由于是机器翻译,有些语句也看不懂表达的啥。ᠪᠠᠨᡳᡥᠠ

@hez2010
Copy link
Member

hez2010 commented Feb 24, 2021

Thanks @hez2010 are you getting anything in the debug_fulltrust.txt? Does it crash also in Debug? Could you debug with VS and see what's the issue?

It turns out that FullTrustProcess did nothing after launch, even no logs produced in debug_fulltrust.txt. That's weird.

@hez2010
Copy link
Member

hez2010 commented Feb 24, 2021

It seems that FullTrustProcess can start and initialize connection with no issue, but there're no messages being received at all.
I added this line in front of Connection_RequestReceived but nothing got printed into logs:

Logger.Log(LogLevel.Info, $"Got message: {args.Request.Message}");

UPDATE: I stepped into SendMessageWithRetryAsync, serviceConnection.SendMessageAsync(valueSet) was getting empty message with a Success status.

@gave92 Do you think it's caused by bugs related to Windows Dev Insider? I remember that I seemed to have seen something like "some UWP won't work correctly" in recent Windows insider known issues.

@yaira2
Copy link
Member

yaira2 commented Mar 7, 2021

@hez2010 After additional testing with @gave92, we have confirmed that this is an issue with the recent Windows Insider builds.

@hez2010
Copy link
Member

hez2010 commented Mar 7, 2021

@yaichenbaum Maybe we should report it via Feedback app to Microsoft.
If they didn't recognize the problem before shipping the next stable version of Windows, it will be frustrating.

@pratyakshm
Copy link

pratyakshm commented Mar 9, 2021

can confirm that the issue exists,
Windows: Insider Dev 21327.1000
image

@pratyakshm
Copy link

Heads up: I have reported this bug in Feedback Hub, please upvote: https://aka.ms/AAbgec7

@yaira2
Copy link
Member

yaira2 commented Mar 15, 2021

This issue should be resolved in main.

@mbuschagen
Copy link

I just updated my OS to:
Edition Windows 10 Pro
Version 20H2
Installed on ‎12/‎11/‎2020
OS build 19042.870
Experience Windows Feature Experience Pack 120.2212.551.0

I also updated the Files App to v1.5, and now my Work OneDrive is showing up in the Sidebar as it should. Thanks for getting this bug fixed!
Files3-23-21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

8 participants