a-marenkov / gsheets

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

Different response time #76

Closed EnesMBatur closed 2 years ago

EnesMBatur commented 2 years ago

I am using the gsheets library in flutter. While my sheet is open and using it, api calls return fast response, but even if I use a server, api calls come very late after a certain period of time. how can i solve this problem?

a-marenkov commented 2 years ago

@EnesMBatur

Hi! Sorry i did not understand the case.

Do responses return fast when the sheet is open and slow otherwise? I did not understand the part about server.

EnesMBatur commented 2 years ago

I solved the problem my mistake thank you for the answer.