Upload to Google Drive without any UI?

后端 未结 4 480
北荒
北荒 2021-02-03 21:57

I am looking to write a server application to upload files to Google Drive. I was previously using the Documents List API, but I see that is deprecated. I\'d like to move to the

4条回答
  •  情书的邮戳
    2021-02-03 22:13

    Here are the instructions for Windows, Linux and MacOS using GitHub | gdrive.

    $ gdrive list
    Go to the url... enter the oauth verification code... OK
    $ gdrive upload file
    $ gdrive mkdir UploadDir
    ID_of_UploadDir
    $ gdrive sync upload LocalDir ID_of_UploadDir
    

提交回复
热议问题