You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Google Sheets as data acquisition tool, it would be nice to have some sort of guarantee the cells did not change after retrieval, ie. by setting the permissions of the processed rows at read-only.
Google Sheets provides this feature in their UI (right click: 'Protect Range...'). I briefly scanned the Drive API docs but couldn't find anything on cell level permissions. If this would be possible otherwise this would open up some interesting use cases.
The text was updated successfully, but these errors were encountered:
@burnash can we work on this feature, as this is quite useful and well needed. We can have create, update and delete a protectedRange now with the API.
Great, thanks for the response, @vijay-shanker. When I left the comment I didn't notice that there's #720 which I believe is relevant. I haven't yet looked deeply into it though. If you have time, could please you review/test the PR?
To use Google Sheets as data acquisition tool, it would be nice to have some sort of guarantee the cells did not change after retrieval, ie. by setting the permissions of the processed rows at read-only.
Google Sheets provides this feature in their UI (right click: 'Protect Range...'). I briefly scanned the Drive API docs but couldn't find anything on cell level permissions. If this would be possible otherwise this would open up some interesting use cases.
The text was updated successfully, but these errors were encountered: