java - Google Appengine Old Blob File Service-- do we still have more time until we have to convert our code -
we have google appengine application uses blobservice being deprecated. google sent electronic mail saying service deleted july 28th. says may 20th "no new applicaitons have access files api."
our application (on june second) received error message lines in our application:
final fileservice fileservice = fileservicefactory.getfileservice(); file = fileservice.createnewblobfile("text/xml"); com.google.apphosting.api.apiproxy$callnotfoundexception: api package 'file' or call 'create()' not found. ... @ com.google.appengine.api.files.fileserviceimpl.makesynccall(fileserviceimpl.java:590) @ com.google.appengine.api.files.fileserviceimpl.create(fileserviceimpl.java:512) @ com.google.appengine.api.files.fileserviceimpl.createnewblobfile(fileserviceimpl.java:111) @ com.google.appengine.api.files.fileserviceimpl.createnewblobfile(fileserviceimpl.java:93)
has google removed capability earlier expecting or have misunderstood exceptions trying tell us? thought had more time conversion.
(we have uploaded project created time ago. appears capability working on uthreee.appspot.com.)
i had same problem couple of applications of mine, solved opening ticket support.
my application has been erroneously marked "new application" (even if old) , because of files api has been shutted down.
you need open support ticket providing application id, eng. team proceed re-enable files api
Comments
Post a Comment