2

I want to make an extension which will work with a google sheets file in my google drive (to save some data).

But then anyone, after installing the extension from google store, can edit the script locally to mess with my google drive.

Maxipath
  • 61
  • 5
  • Drive OAuth doesn't provide fine grained, row level permissions, so yes in theory somebody could overwrite data they aren't supposed to. The only solution is to write a service that filters updates rather than allow the extension direct write access. – pinoyyid Apr 28 '16 at 03:48

1 Answers1

2

Sure, you could take a look at Google Drive REST API

Xan
  • 74,770
  • 16
  • 179
  • 206
Haibara Ai
  • 10,703
  • 2
  • 31
  • 47