0

I thought to store my photography website's photos on google drive and fetch the images using google drive API with PHP. I have more than 1 million photos in my website. So I want to get to know whether it's feasible enough to make it with google drive API? Does google has API request limit or do they change the webContentLinks time to time? Would it be a good idea to store all my photos on google drive ? I hope to purchase 2TB space from google. Any idea?

Kasun Malith
  • 83
  • 1
  • 7
  • You have got this wrong. You don't need to recommend anything. I just want to get to know the feasibility of doing this with google. I have seen many questions here in stackoverflow asking questions like my self :) – Kasun Malith Jul 21 '20 at 07:13
  • 1
    Check out this answer about Drive API quotas, which are per counted per GCP project. https://stackoverflow.com/a/10313416/4243927 – Aerials Jul 21 '20 at 07:23
  • Did you get further with this? – Aerials Jul 27 '20 at 15:44
  • Yes, API developer key doesn't expire. But webcontent links expire day by day I think. So we cant store in a database for future use. We will have to use the API and fetch the links when we need them. – Kasun Malith Jul 28 '20 at 18:04
  • Where adid you find the information about the webcontent link limits? – Aerials Jul 29 '20 at 11:06

1 Answers1

0

Check out this answer about Drive API quotas, which are per counted per GCP project.

Aerials
  • 4,231
  • 1
  • 16
  • 20