Search capabilities with Google Cloud Storage -


i'm going use google's infrastructure store files , hesitate between google drive , google cloud storage. don't think i'll store lot of data (less 50gb). offer search functionality through files contents (full text) users. know it's available google drive sdk https://developers.google.com/drive/search-parameters i'm not sure google cloud storage files ? don't want force users have google account , able share files others, , stuff through web site.

one more question, there way manage identities google api (create/update users) ? without gmail account ?

thanks

google cloud storage not offer full text search @ time.

identities require google/gmail account, check out signed urls: https://developers.google.com/storage/docs/accesscontrol#signed-urls.

your app can determine whether 1 of users should have access app , hand user signed url grants access object limited period of time.


Comments