Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 284 Bytes

File metadata and controls

18 lines (12 loc) · 284 Bytes
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);