我正在使用 Google blobstore 服务上传文件。我做了以下步骤
- 使用 UserService 登录到应用程序
- 我使用了 blobstoreservice.createUploadUrl(successpath)
- 文件上传后,会调用回调 url 'sucesspath'。
- 在这个“成功路径”servlet 中,我调用了 UserService.getUserService。
- 上述调用将 User 对象返回为 null
为什么从 blobstoreservice 回调后用户对象为空。
提前致谢!