Hi again Brandon.

So I looked into your domains and I can see that soccos.me is a google Apps 
domain and that you indeed own it. Where does socoslearning.com comes from 
though?

In general, you can see the custom domains setup on your application by 
going to "console.developers.google.com", then going to : "compute -> App 
Engine -> setings". From there you should have a tab that will be "custom 
domains".

There you can see which custom domain is set to your app engine 
application. If socoslearning.com is there, then the problem might stem 
from there, as can be shown by your Issue Tracker that seems to point to a 
non google Apps domain being linked on your account, so it's possible that 
removing this will unblock everything.

Let me know if this works, thanks

Cheers!

On Friday, July 24, 2015 at 1:28:00 PM UTC-4, Brandon Istenes wrote:
>
> Just verified that I am an "Owner" of the project.
>
> - Brandon
>
> On Thursday, July 23, 2015 at 5:02:40 PM UTC-7, Brandon Istenes wrote:
>>
>> Hi Patrice,
>>
>> "socos-quickstep-601" is set up with socos.me and socoslearning.com. I 
>> imagine socoslearning.com is the "custom domain."
>>
>> I don't have access to the owner's account and it's unlikely that they'll 
>> ever do this. If it's definitely necessary to solving this problem that we 
>> try that I can see if it can happen, but I'd really rather not.
>>
>> Any other ideas? Are you able to address this as a bug with the 
>> information I've provided?
>>
>> Thanks,
>> Brandon
>>
>> On Friday, November 18, 2011 at 3:54:31 PM UTC-8, portentint wrote:
>>>
>>> When I use the command appcfg.py download_data --application=foo --
>>> url=http://foo.appspot.com/_ah/remote_api --filename=/output.data
>>>
>>> I get:
>>>
>>>
>>> [INFO    ] Logging to bulkloader-log-20111118.153603
>>> [INFO    ] Throttling transfers:
>>> [INFO    ] Bandwidth: 250000 bytes/second
>>> [INFO    ] HTTP connections: 8/second
>>> [INFO    ] Entities inserted/fetched/modified: 20/second
>>> [INFO    ] Batch Size: 10
>>> [INFO    ] Opening database: bulkloader-progress-20111118.153603.sql3
>>> [INFO    ] Opening database: bulkloader-results-20111118.153603.sql3
>>> [INFO    ] Connecting to foo.appspot.com/_ah/remote_api
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/appcfg.py", line 77, in <module>
>>>     run_file(__file__, globals())
>>>   File "/usr/local/bin/appcfg.py", line 73, in run_file
>>>     execfile(script_path, globals_)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 3877, in <module>
>>>     main(sys.argv)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 3868, in main
>>>     result = AppCfgApp(argv).Run()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 2442, in Run
>>>     self.action(self)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 3633, in __call__
>>>     return method()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 3431, in PerformDownload
>>>     run_fn(args)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/appcfg.py", line 3343, in RunBulkloader
>>>     sys.exit(bulkloader.Run(arg_dict))
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/bulkloader.py", line 4375, in Run
>>>     return _PerformBulkload(arg_dict)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/bulkloader.py", line 4270, in _PerformBulkload
>>>     return_code = app.Run()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/bulkloader.py", line 3449, in Run
>>>     kinds = self.RunPostAuthentication()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/bulkloader.py", line 3618, in
>>> RunPostAuthentication
>>>     return self.request_manager.GetSchemaKinds()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/tools/bulkloader.py", line 1356, in GetSchemaKinds
>>>     global_stat = stats.GlobalStat.all().get()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/ext/db/__init__.py", line 2049, in get
>>>     results = self.fetch(1, config=config)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/ext/db/__init__.py", line 2102, in fetch
>>>     raw = raw_query.Get(limit, offset, config=config)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/api/datastore.py", line 1673, in Get
>>>     batch = batcher.next_batch(limit)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/datastore/datastore_query.py", line 2562, in
>>> next_batch
>>>     batch = self.__next_batch.get_result()
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
>>>     return self.__get_result_hook(self)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/datastore/datastore_query.py", line 2317, in
>>> __query_result_hook
>>>     self._conn.check_rpc_success(rpc)
>>>   File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
>>> GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
>>> google/appengine/datastore/datastore_rpc.py", line 1184, in
>>> check_rpc_success
>>>     raise _ToDatastoreError(err)
>>> google.appengine.api.datastore_errors.BadRequestError: app s~foo
>>> cannot access app foo's data
>>>
>>>
>>> I've tried a lot of different combinations, adding/removing ~s.
>>>
>>> The only hint as to what's wrong (maybe) is that when I point a
>>> browser at foo.appspot.com/_ah/remote_api I get:
>>>
>>> "You must be logged in as an administrator to access this."
>>>
>>> I've searched for an answer, tried a lot of the stuff in the forums
>>> here, logged out of my apps for domains account to make sure there was
>>> no account confusion, and verified that I'm using the Google Accounts
>>> API.
>>>
>>> Help?...
>>>
>>>
>>> Note: My app isn't called 'foo'
>>>
>>>
>>>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/6e15367a-7936-4bb1-8ede-802916a42277%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to