dropbox-sdk-dotnet icon indicating copy to clipboard operation
dropbox-sdk-dotnet copied to clipboard

Change URI process start.

Open babichhunter opened this issue 2 years ago • 4 comments

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?

babichhunter avatar May 08 '22 18:05 babichhunter

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 08 '22 18:05 CLAassistant

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!

greg-db avatar May 09 '22 15:05 greg-db

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.

HDBS_LogFile.txt

babichhunter avatar May 11 '22 14:05 babichhunter

Thanks! I'll ask the team to review this.

greg-db avatar May 11 '22 15:05 greg-db