Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Local blobstore upload test #46

Open
Burtan opened this issue Aug 29, 2016 · 0 comments
Open

Local blobstore upload test #46

Burtan opened this issue Aug 29, 2016 · 0 comments

Comments

@Burtan
Copy link

Burtan commented Aug 29, 2016

Hi,
you have provided an example how to test blobstore serving locally.
https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/java/src/test/java/com/google/appengine/tools/cloudstorage/TestServingViaBlobstoreApi.java
Is it also possible to test blobstore upload locally? The url generated by the following code is not reachable:

UploadOptions options = UploadOptions.Builder.withGoogleStorageBucketName("param");
String urlRoot = "/blob/upload/" + String.valueOf(param);
String blobUploadUrl = BlobstoreServiceFactory.getBlobstoreService()
        .createUploadUrl(urlRoot, options);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Burtan and others