Remove process for appengine #2128
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
When deploying to Appengine, I get the following warning even though the source does not use the Appengine API. This may be due to the fact that this package depends on the appengine api.
Beginning deployment of service [default]... ╔════════════════════════════════════════════════════════════╗ ╠═ Uploading 20 files to Google Cloud Storage ═╣ ╚════════════════════════════════════════════════════════════╝ File upload done. WARNING: There is an indirect dependency on App Engine APIs, but they are not enabled in your app.yaml. You may see runtime errors trying to access these APIs. Set the app_engine_apis property.
Describe the solution you'd like
I want you to remove for appengine process that uses appengine build tag.
https://github.com/search?q=repo:googleapis/google-api-go-client%20google.golang.org/appengine&type=code
Describe alternatives you've considered
These files seem to be processed for appengine, but this build tag does not seem to be used by 2gen. If it is really not used, then this process is not working in 2gen.
If this repository is only supported by 2gen, then it seems safe to delete the file.
golang/oauth2#334
The text was updated successfully, but these errors were encountered: