-
1. Re: Download path for a workbook or a datasource file?
Justin D'Cruze Jul 13, 2017 5:29 PM (in response to Alexander Mou)1 of 1 people found this helpfulThis should work:
https://ServerName/t/SiteName/workbooks/WorkbookName.twbx
https://ServerName/t/SiteName/datasources/DatasourceName.tdsx
-
2. Re: Download path for a workbook or a datasource file?
Alexander Mou Jul 14, 2017 4:57 AM (in response to Justin D'Cruze) -
3. Re: Download path for a workbook or a datasource file?
Jeff StraussJul 14, 2017 9:01 AM (in response to Alexander Mou)
1 of 1 people found this helpfulare you trying to do a tabcmd get? if so, and it's the default site, then you don't need the t/site
-
4. Re: Download path for a workbook or a datasource file?
Alexander Mou Jul 14, 2017 11:02 AM (in response to Jeff Strauss) -
5. Re: Download path for a workbook or a datasource file?
Donna ColesJul 17, 2017 12:19 AM (in response to Alexander Mou)
This format works for me
https://MyServer/workbooks/MyWorkkbook.twb
though I only have a single site so not sure if it'll work if you add the site part to the url...
Donna
-
6. Re: Download path for a workbook or a datasource file?
Alexander Mou Jul 17, 2017 3:47 PM (in response to Alexander Mou)Thanks for all the replies!
Now after some trial and error, I found the following solution works for me:
https://MyServer/t/site/mybiz/workbooks/MyWorkbook.twb
https://MyServer/t/site/mybiz/datasources/MyDatasource.tds
Caveats: (mainly for downloading workbook twb/twbx)
1.the site name has to be all lowercase: that is, add lower(Sitename)
2.http:// won't work. Only https://
3.the file extension .twb is good for both twb and twbx
-
7. Re: Download path for a workbook or a datasource file?
Justin D'Cruze Jul 17, 2017 3:51 PM (in response to Alexander Mou)Yeah I use those all the time so should definitely work for a non default site........maybe fire up Chrome dev tools and see what HTTP code it is returning
Edit: Never mind, looks like you resolved it