dropbox-sdk-dotnet
dropbox-sdk-dotnet copied to clipboard
Change URI process start.
When attempting to run a windows service, "File not found error" was raised. Proposed change fixes this issue.
Checklist
General Contributing
- [x] Have you read the Code of Conduct and signed the CLA?
Is This a Code Change?
- [ ] Non-code related change (markdown/git settings etc)
- [ ] SDK Code Change
- [x] Example/Test Code Change
Validation
- [x] Does this code build successfully?
- [x] Do all tests pass?
- [x] Does Stylecop pass?
Can you share some more information about the error you're referring to? For instance, the specific steps to reproduce the error, as well as the full error output you're getting would be helpful reference for this. Thanks in advance!
Running windows service using .Net 6.0 in Visual Studio. Output Type: Console Application (debug) Log file from the service attached with the Win32Exception. (client ID is masked) Looks like it tries to open the authentication URL as a file and not as a webpage.
Thanks! I'll ask the team to review this.