google drive api v3 update description
问题 google drive api v3 I need to change the description of an existing object. How do I change just that, leaving the rest unchanged? I am doing by analogy with python. I get the file metadata, add the "description" line to it and execute update. There are no errors, the description simply does not change I don't know much about js, I will be glad if you can help me. thanks function updateFile(fileId) { var request = gapi.client.drive.files.get({ 'fileId': fileId }); request.execute(function