Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHsieh committed Aug 24, 2023
1 parent 8255524 commit 86d3e9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sharely/share_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@ def callback(request_id, response, exception):
}

batch.add(service.permissions().update(fileId=file_id,
emailMessage=email_message,
permissionId=ids[-1],
body=user_permission,
fields='id',))
body=user_permission,))

batch.execute()

Expand Down

0 comments on commit 86d3e9c

Please sign in to comment.