2

I read the content from

upload zip file to google drive using curl

but stackoverflow forbidden me to comment under the answer of the link.

What I want to know is:

how the get the token.txt mentioned in above link?

Much Thanks.

  • 1
    Possible duplicate of [How to connect to the Google Drive API using cURL?](https://stackoverflow.com/questions/51373520/how-to-connect-to-the-google-drive-api-using-curl) – Martin Zeitler Nov 03 '19 at 16:57

1 Answers1

1

In that answer, the token mentioned is the user authorization token. You manage them when using OAuth to authenticate your users. You can read the docs to get more information about how to authorize your users with the Drive API (and subsequently to create and manage tokens).

Jacques-Guzel Heron
  • 2,480
  • 1
  • 7
  • 16