How to respond to "Drive API requires updates to your code before Sep 13, 2021"?

Viewed 590

Today I received an email titled "Drive API requires updates to your code before Sep 13, 2021".

enter image description here

As above #1 says the requests to the Drive API need to add the specific header, however, I don't know exactly what kind of requests need to add the header, the link #2 the Drive API guide doesn't clarify this either.

Does anyone know what exact requests will be affected and need to change?

1 Answers

I also get this such E-Mail, I have a project that use API Drive to store my file in Google Drive, I hope find such tutorial to update my code in order to follow this instruction from google.

In my opinion, Google just give resourceKey to access shared file to public, in order to the url more secure.

and how to get resourceKey return from google drive when my file upload succesfully from my project with Api Drive, and how to implement it.

Thanks for everyone who give us more explanation about it.

Related