Hi @johnjohn-0472 ,
If my reply helps you, please mark the reply as the answer, it will make others who stuck with a similar issue easier to search for valid solutions in this forum.
I just download the code of the blog from Github. Then made some small changes to adapt to my environment.
You could get it here:https://github.com/Amos-MSFT/SharePoint-FrameWork-Demos/tree/master/SPFxAngular9-master
Hi @msdc,
I am checking to see how things are going there on this issue. Please let us know if you would like further assistance.
You can accept the helpful post as answer to help other community members find helpful information quickly.
You can also share your own solution here and accept it as answer, and we can learn from each other.
I use the postman to get the access token.
https://login.microsoftonline.com/`YourTenantName`.onmicrosoft.com/oauth2/token
grant_type:client_credentialsclient_id:Your Portal Application ID
client_secret:Your application Key
resource:https://graph.microsoft.com/

MSGraphClient and this SDK should not be mutually convertible. This SDK encapsulates the API inside the method and only needs to provide parameters. If you want to use MSGraphClient, you can use this API:Upload large files with an upload session
I have converted your comment to an answer, you could accept it as the answer to help other community members find helpful information quickly.
If you need further help on the following issue, I suggest you open a new question.Thank you:)