selfcommit / gaedav

Automatically exported from code.google.com/p/gaedav
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Not all version of Windows WebDAV clients supported #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checked out gaedav r2
2. installed pyxml for python 2.5
3. modified the application name in app.yaml 
3. launched dev_appserver

What is the expected output? What do you see instead?
cmd window shows running application on localhost:8080. but the browser 
chrome shows no link. 

What version of the product are you using? On what operating system?
r2.  vista.

Please provide any additional information below.

Original issue reported on code.google.com by windspee...@gmail.com on 2 Mar 2009 at 1:16

GoogleCodeExporter commented 8 years ago
The default address it served at would be http://localhost:8080/file , could 
you try
this?

BTW, you don't need to install pyxml, a patched version for running on app 
engine
already included in gaedav's source tree.

Original comment by divine...@gmail.com on 2 Mar 2009 at 4:14

GoogleCodeExporter commented 8 years ago
http://localhost:8080/file   shows the page.
but there is no upload link on the page.
Thanks.

Original comment by windspee...@gmail.com on 2 Mar 2009 at 4:27

GoogleCodeExporter commented 8 years ago
i have figured it out.
it seems that one could only set the shared files directory in advance and 
upload 
them via appcfg.py updata.
thank you very much.

Original comment by windspee...@gmail.com on 2 Mar 2009 at 4:37

GoogleCodeExporter commented 8 years ago
On Vista, you should use Web Folder to manage gaedav. There's some toturials of 
how
to use Web Folder with WebDAV:

http://www.mydocsonline.com/info_webfolders.html
http://kb.iu.edu/data/araf.html
http://www.wensh.net/archive.php/topic/1478.html
http://kb.wisc.edu/luwmad/page.php?id=6280

or Google "vista webdav" for more.

Original comment by divine...@gmail.com on 2 Mar 2009 at 4:42

GoogleCodeExporter commented 8 years ago
That's great.
I have installed the fix for vista and could add 
https://webfolders2.mydocsonline.com/webfolder
but could not add http://3jianfang.appspot.com/files which could be viewed via 
brower.   and the code is :  addrealm('files','files')
by the way ,could i safely delete the original "addrealm('file', '/', 'btfs')"  
in 
PyFileServerConf.py ? 
thanks.

Original comment by windspee...@gmail.com on 2 Mar 2009 at 5:02

GoogleCodeExporter commented 8 years ago
You can delete "addrealm('file', '/', 'btfs')", but if you what it be 'files', 
then
the code should be:
addrealm('files', '/', 'btfs')

'btfs' means Bigtable File System, which is written for using gaedav on App 
Engine.

Original comment by divine...@gmail.com on 2 Mar 2009 at 5:13

GoogleCodeExporter commented 8 years ago
i have the following codes:
addrealm('files','files')
addrealm('file', '/', 'btfs')
each shows in the browser.    there are files in 
http://3jianfang.appspot.com/files 
because i have maked a directory names "files" under the gae project directory 
and 
put some files into it.  appcfg.py update them for me.
the http://3jianfang.appspot.com/file is shown with no files there.  because i 
don't 
know the meaning of '/'.
but the two address have the same problems.  vista said the address is of no 
use.   
however vista could recognize the ttps://webfolders2.mydocsonline.com/webfolder
thanks.

Original comment by windspee...@gmail.com on 2 Mar 2009 at 5:19

GoogleCodeExporter commented 8 years ago
In  addrealm('file', '/', 'btfs'), the '/' means the root of the virtual btfs
filesystem. Since you want to able to write files with the WebDAV interface 
(eg. Web
Folder).

Could you try to add "http://gaedavtest.appspot.com/dav/" to vista then I can 
see how
vista chat with the server.

Refer to Wikipedia, there may some problems with Windows.
(http://en.wikipedia.org/wiki/Webdav#Microsoft_Windows)

Original comment by divine...@gmail.com on 2 Mar 2009 at 5:27

GoogleCodeExporter commented 8 years ago
i could see the pages with lots of files in http://gaedavtest.appspot.com/dav/ 
with 
chrome browser.   but the vista still said the address is of no use. :(

Original comment by windspee...@gmail.com on 2 Mar 2009 at 5:34

GoogleCodeExporter commented 8 years ago
actually, i have not added the https://webfolders2.mydocsonline.com/webfolder.  
because i have no account.  but it prompted for account and password.  i 
thought 
which means vista established connection with mydocsonline.com.

Original comment by windspee...@gmail.com on 2 Mar 2009 at 5:38

GoogleCodeExporter commented 8 years ago

Original comment by divine...@gmail.com on 2 Mar 2009 at 2:35

GoogleCodeExporter commented 8 years ago
I hope gaedav could support XP & Vista soon!

Great utility!

Original comment by electron...@gmail.com on 4 Mar 2009 at 9:41

GoogleCodeExporter commented 8 years ago
XP should be supported already. Not sure how about Vista..

Original comment by divine...@gmail.com on 4 Mar 2009 at 9:50

GoogleCodeExporter commented 8 years ago
@divinekid,

XP is supported?

I am using XP SP2, Win+R 

rundll32.exe netplwiz.dll,AddNetPlaceRunDll

and add http://gaedavtest.appspot.com/dav

it says invalid URL

Original comment by electron...@gmail.com on 5 Mar 2009 at 2:03

GoogleCodeExporter commented 8 years ago
Using OneDisk iPhone App with generic WebDAV configuration, when setup for 
Google Apps and the following 
URL:
      http://code.google.com/p/gaedav

app reports, "Verifying Failure (null), code 0"

Original comment by zaphodat...@gmail.com on 24 Jul 2009 at 1:05

GoogleCodeExporter commented 8 years ago
@zaphodatlarge: try using http://gaedavtest.appspot.com/dav as the url instead.

Original comment by norm...@gmail.com on 24 Jul 2009 at 8:30