| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const stream = The contents of the file goes here.;
await client.api('/me/drive/items/{item-id}/content')
.put(stream);