Skip to content

Commit 4e2710f

Browse files
authored
Merge pull request #6 from ravikumar-venkatesan-m/main
936538: FAQ section added.
2 parents ed71e6b + 7da7ed4 commit 4e2710f

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,21 @@ To run this application, we have to Turn on the Google Calendar API and DOWNLOAD
2020
> At the first time of running sample, it will attempt to open a new browser window, in that you have to authorize it.
2121
2222
**Blog**: [How to Synchronize Google Calendar with Syncfusion Blazor Scheduler](https://www.syncfusion.com/blogs/post/synchronize-google-calendar-with-syncfusion-blazor-scheduler.aspx)
23+
24+
## FAQ
25+
26+
### Error 400: redirect_uri_mismatch
27+
28+
**Q: I keep getting "Error 400: redirect_uri_mismatch" when trying to authenticate with Google Calendar. How can I fix this?**
29+
30+
**A:** To resolve this error, create the OAuth Client ID as a "Desktop app" application type rather than a "Web application".
31+
32+
**Error Screenshot:**
33+
34+
![Error 400: redirect_uri_mismatch](wwwroot/faq/error_400_redirect_uri_mismatch.png)
35+
36+
**Solution:**
37+
38+
Select "Desktop app" as the application type when creating the OAuth client ID:
39+
40+
![Select Desktop app solution](wwwroot/faq/error_400_redirect_uri_mismatch_solution.png)
79.9 KB
Loading
157 KB
Loading

0 commit comments

Comments
 (0)