403 Forbidden error when accessing Google Drive API downloadURL

后端 未结 2 984
清酒与你
清酒与你 2021-01-21 15:15

I\'ve been doing a lot of development locally with the Google Drive API, but suddenly I\'m no longer able to access files using the downloadUrl link.

I\'m wondering if I

相关标签:
2条回答
  • 2021-01-21 15:58

    you are accessing google drive file using download url bt download url is expired after some time so that you catch error and generate new request for that file

    0 讨论(0)
  • 2021-01-21 16:02

    Check the error messages on the 403 responses, it will give you some information. You may have to perform exponential backoff.

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