a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
78 stars 31 forks source link

add sendNotificationEmails parameter to Future<Permission> share method #78

Open ska2519 opened 2 years ago

ska2519 commented 2 years ago

Hello @a-marenkov

"Rate limit exceeded. User message: "Sorry, you have exceeded your sharing quota." exception occurs when run share method more 60times in a day. A sharingRateLimitExceeded error occurs when the user has reached a sharing limit. This error is often linked with an email limit. I added sendNotificationEmails boolean parameter to share method.

problem link