Let anonymous users upload files to my Google Drive using the Google Drive SDK

后端 未结 1 1740
温柔的废话
温柔的废话 2021-01-04 17:21

I\'m building a web app where I need to let users upload files. I want to store the files uploaded by all the users in \'my\' central Google Drive. The users shouldn\'t have

1条回答
  •  情话喂你
    2021-01-04 18:21

    You should use service accounts to store files on behalf of your application:

    https://developers.google.com/drive/service-accounts

    0 讨论(0)
提交回复
热议问题