Hong

Results 19 comments of Hong

@roman-minyaylov Have you found a solution?

I copied and pasted more code from AMP Start, but the result is the same. Here is the new source code: ``` Hello, AMPs { "@context": "http://schema.org", "@type": "NewsArticle", "headline":...

I will give it a shot.

The web API should be fine. The basic components of the mobile app for this issue are there. It needs the following: 1. UI polishing. 2. Change the code to...

The current simple UI: ![ht requests page](https://cloud.githubusercontent.com/assets/6095671/16173750/39fc8742-3579-11e6-9448-a83e1b803ed8.png)

Downgrade Microsoft.IdentityModel to 3.13.7.964, but get the following error: https://aka.ms/msal-net-3-breaking-changes

@michael-hawker I decided to embrace Graph which I need to do sooner or later. I am just so swamped now so that I hesitated at the beginning. Unfortunate, [the journey...

@michael-hawker I am finally making progress by using Microsoft.Toolkit.Graph.Controls 6.1.0-preview1 in lieu of the Graph SDK. I have got stuck at the last step: uploading a file with its stream....

@michael-hawker After extensive search, trial & error, I have finally figured out how to upload a small file (< 4MB) and a large file (quite different calls). It is fairly...

Let me post the code snippet here first in case someone searches for an example as I did: ``` try { IProvider provider = ProviderManager.Instance.GlobalProvider; //Intialize provider ... BasicProperties bp...