diff --git a/src/snippets/large_file_upload.go b/src/snippets/large_file_upload.go index 024eb54..58df1f9 100644 --- a/src/snippets/large_file_upload.go +++ b/src/snippets/large_file_upload.go @@ -3,6 +3,7 @@ package snippets +// import ( "context" "fmt" @@ -16,6 +17,8 @@ import ( "github.com/microsoftgraph/msgraph-sdk-go/users" ) +// + func RunUploadSamples(graphClient *graph.GraphServiceClient, largeFile string) { itemPath := "Documents/vacation.gif"