Hey tempy,
If you're not using com.google.appengine.api.files.FileService, you don't need to worry. You're correct to note that this is still apparently used by that local class in the GCS client libary. There's a currently-open issue <https://github.com/GoogleCloudPlatform/appengine-gcs-client/issues/14> on the github project to get that addressed. So, feel free to ignore that warning. On Thursday, July 23, 2015 at 11:07:03 AM UTC-4, tempy wrote: > > Hi everyone, > > Basically, my question is the same as the contents of this unanswered SO > question: > http://stackoverflow.com/questions/30814777/latest-appengine-gcs-client-lib-produces-gcs-java-api-deprecation-warning > > With the coming deprecation of the Files API, we're rushing to move to > cloud storage. Things seem to be working, but I still get the warning "The > Google Cloud Storage Java API is deprecated and will soon be removed. > Please use the Google Cloud Storage Client library instead. Migration > documentation is available here: > https://cloud.google.com/appengine/docs/java/googlecloudstorageclient/migrate" > > in the console of the development server, even though our code doesn't > reference the Files API anywhere (I checked and then checked again). > > I just want to make sure that once the Files API is really gone, that > nothing will blow up. Is it safe to ignore this warning? > > Thanks, > Mike > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e9b20373-d976-4c87-8db7-6f4a18d15255%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
