ShareFile is a secure content collaboration and file sharing solution, oriented at businesses.
Questions tagged [sharefile]
51 questions
1
vote
1 answer
Certificate Verification Error in Windows Docker container running python
I'm just starting out using python to make use of third party api's to improve workflows at our company. One API that I've been working with is for citrix sharefile (a secure, managed FTP server). I use the module that citrix had written as an…

Austin Nafziger
- 43
- 2
- 9
1
vote
4 answers
downloading and Installing msi from sharefile
I am trying to put together a powershell script to download firefox msi from sharefile and silently install.
I finally got the download part to work. However, installing does not. When I navigate to the folders where I downloaded firefox msi to…

Brian Henderson
- 11
- 1
- 1
- 2
0
votes
1 answer
Powershell function not getting variable passed
I'm creating a form for Sharefile but I have a problem passing $LocalData to the second function.
In theory the script will upload the file to ShareFile and add notes the Upload-File function. It uses $LocalData to identify the file to upload, this…

erobby
- 25
- 5
0
votes
0 answers
What does file:///private/var/mobile/Containers/Shared/AppGroup and Electronic business cards mean?
I notice when I send my friend a phone wnumber from my contact list it came up as a electronic business card. She did t know what that meant either. When I copy paste it on the web it comes up as…

Crystal Clev
- 1
- 1
0
votes
0 answers
Limit access to only some emails using Sharefile
On the outlook adding for Citrix files, an option says "Who can access this link". One of the items that a user can select for it is "Email recipients" which means, only the people that the email is being sent to can access this share. I'm trying to…

Alireza Noori
- 14,961
- 30
- 95
- 179
0
votes
0 answers
Corrupted pdf files downloaded from Sharefile using Chilkat Delphi
Delphi 10 Seattle
IntraWeb 15.0.23
Chilkat 9.5.0.88
Downloading files using the CkHttp_QuickGetBd and writing the response. The downloaded pdf file is corrupted, text files downloaded are fine. Thanks in advance for the help.
fname := PDFPath +…

msgopala
- 23
- 4
0
votes
0 answers
Cannot upload file through Sharefile API V3
Seattle 10
Chilkat
Trying to migrate code from V1 to V3 for sharefile API
Post and recieve OAuth key successsfully
Post and recieve Chunk URi from sharefile successfully
extracted ChunkURI from the below response between "ChunkUri": and…

msgopala
- 23
- 4
0
votes
1 answer
Citrix: Bad Request on refreshing the access token for ShareFile
We have been using ShareFile API for downloading the Citrix Attachment. We are using Oauth 2.0. The general flow is - our clients will authorize the our Citrix ShareFile App to grant permission for accessing their files. OUr ShareFile app should…

Prakash
- 422
- 1
- 12
- 31
0
votes
0 answers
Citrix: Forbidden while downloading the attachment from ShareFile API
We has been using ShareFile API for downloading the Citrix Attachment. We are using Oauth 2.0. The general flow is - our clients will authorize the our Citrix ShareFile App to grant permission for accessing their files. Oour ShareFile app should…

Prakash
- 422
- 1
- 12
- 31
0
votes
1 answer
How to generate a Sharefile URL using the API and Powershell
Is there a way to generate a url to download files either when uploading or after a file has been uploaded?
I'm working a powershell script that will either upload a single file or zip a directory and upload it to Sharefile.
I have most of it…

erobby
- 25
- 5
0
votes
0 answers
How to get specific numbers of files from Citrix ShareFile through RESTApi?
I am trying to get Specific no of files from A Folder, But Could Not Find A Way.
I Tried the method specified in this link https://api.sharefile.com/docs/resource?name=Items (Get Children),and its provides all the filesand folders present in the…

Vedant Patel
- 1
- 1
0
votes
0 answers
why I cannot connect to sharefile's ftps server?
I tried connect to ftps://we-can.sharefileftp.com in port 990 but I got this response:
Response: 530 Username/password not accepted for
user@host.com on account 'we-can'.
thanks a lot
Nate

netanel shteren
- 5
- 5
0
votes
0 answers
Does Citrix Share File Provide Download URI as a Response in Api Call?
I want to knoe Does Citrix Share File Provide Download url through API and if does how to do it?
For now I Have Generated SharedLink and gor A Preview Link Through Which I Can Open the file and click on download button but I want to know whether…

Vedant Patel
- 1
- 1
0
votes
0 answers
Difference between a file and a blob file
I am trying to upload a file in citrix sharefile using the REST API. Using POSTMAN, when I upload file from local storage with form-data, it works perfect. Uploading a blob from a database isnot working.
What is the difference between Blob and file?…

Noor A Shuvo
- 2,639
- 3
- 23
- 48
0
votes
1 answer
cURL Implicit FTPS Connection Timeout
I'm trying to upload a txt file (2KB in size) using PHP cURL to Sharefile via implicit FTPS, however I'm receiving:
Connection timed out after 30000 milliseconds
Closing connection 0
My code is below, any advice is appreciated:
$fp =…

Jack Booth
- 35
- 5