Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHsieh committed Aug 21, 2023
1 parent 75495fa commit ca8934b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sharely/share_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def callback(request_id, response, exception):
batch.add(service.permissions().create(fileId=file_id,
emailMessage=email_message,
body=user_permission,
expirationTime=f"{expire_date_utc8.strftime('%Y-%m-%d')}T23:59:59+08:00:00",
fields='id',))

batch.execute()
Expand Down

0 comments on commit ca8934b

Please sign in to comment.