Skip to content Skip to sidebar Skip to footer

Apitemporaryunavailableerror

The ApiTemporaryUnavailableError is getting thrown for every single interaction made with the Files API. The only elaboration it provides is: Files API is temporary unavailable. R

Solution 1:

I think this may have to do with the fact that the files API is deprecated.

I had the same error trying to push a mapreduce pipeline to the blobstore (as George-Bogdan is having). I decided to finally do the switch I have been avoiding (switching to the GCS client library). Once I finished the switch, my tests have been conclusive, this works properly.

It seems like it's a transient issue on the Google side. But since the Files API is deprecated, I feel safer using the library they actually suggest using now

Post a Comment for "Apitemporaryunavailableerror"