Assigned
Status Update
Comments
rb...@google.com <rb...@google.com> #2
Why do you expect the suite/apartment to be shown?
Please readhttps://developers.google.com/maps/faq#geocoder_queryformat
It looks like suites/apartments are not taken into account for address formatting.
Please read
It looks like suites/apartments are not taken into account for address formatting.
Description
When migrating from Files API usage to GCS each and every user has to write additional code to keep filenames (which were early stored as part of BlobInfo). So, migration to GCS is quite painful.
There should be a function to convert blob key back to filename (moreover, sources say that currently it is just base64 encoded). So, we will not have to keep filenames and filetypes separately. Or, alternative approach is to be able to generate and save BlobInfo data by passing additional parameters to `create_gs_key` - such approach will even more simplify the migration.