Questions tagged [sharefile]

ShareFile is a secure content collaboration and file sharing solution, oriented at businesses.

51 questions
0
votes
2 answers

Python Citrix Sharefile Token Request giving 400 error

I am trying to make a simple request to get the access token from Citrix ShareFile, but it's throwing 400 error. I am going exactly as it's mentioned in the documentation, except changing Python2 code with HTTPLib, with Python3 code with Requests.…
chhibbz
  • 462
  • 8
  • 30
0
votes
0 answers

Sharefile API authentication - will pay for assistance

I'm trying to use a basic (GetItemById) method and simply cannot get through the authentication issues. I have a valid client id and secret as well as an (I think) valid API key but cannot get it to work. I'll pay for a solution at $100/hour.…
Randy
  • 1
  • 1
0
votes
1 answer

PowerShell Only get files within folders > move to root > delete folders only > upload to ShareFile

I have the below powershell script which has been developed to copy files from a local unc path to the application Citrix ShareFile. Whilst all is good on that aspect, one issue we are facing is that we strictly can not support folders due to Citrix…
0
votes
1 answer

Sharefile folder shows different files as one

There are 3 files uploaded to Sharefile using Sharefile API. 2 of which are PDF's and named slightly different. Since 11/2/2020 both the pdf's are showing up uploaded as one (the names are concatenated with a comma) they used to be uploaded as 2…
msgopala
  • 23
  • 4
0
votes
1 answer

Sharefile API List all Users with access to Folder

With the Sharefile API, is there a way to list all users who have access to a certain folder given a folder ID? Or given a user ID, is there a way to list the folders they have access to?
Bijan
  • 7,737
  • 18
  • 89
  • 149
0
votes
1 answer

Trouble reading csvs saved in sharefile (citrix)

I wrote the following code to create dataframes from files saved in sharefile. It works perfectly for excel files, but fails for csv files with the error EmptyDataError: No columns to parse from file. tblname = 'test' fPth = r'Z:\Favorites\test10…
SModi
  • 125
  • 14
0
votes
0 answers

Is there a solution of sync the share files' share restricted with Azure File Sync?

I am using Azure File Sync to sync two servers' folders. Where do I need to sync the folders' share services? I tried to sync the shared folder with some access restricted, I found the Azure File Sync can sync the access restricted but can't sync…
Arthur
  • 103
  • 11
0
votes
1 answer

Using the Citrix ShareFile API, how can I get the most recently uploaded files?

I'd like to run a job once or twice an hour to retrieve any files that have been uploaded to our client's root folder. That will include files nested 2 or 3 folders deep. Currently our client is having someone manually run a report through the…
Tom at FFI
  • 177
  • 12
0
votes
1 answer

Podio API get user email from ShareFile SSO

I'm having issues getting a user's email address if the user uses ShareFile SSO. Calling /user/status only shows me the email address that the user originally used to sign up in the user object. The user has since changed their email address in…
0
votes
0 answers

I want to read excel in android from my PC share folder through SmbFile, but read nothing

I want to read my excel in my android app. And I use SmbFile to track the path of the file. The app worked without crash or error, but I cannot read anything. This is my code: String remoteURL = "smb://xxx.20.10.3"; String…
翁兆霖
  • 7
  • 4
0
votes
0 answers

Trying to download >3GB file through API using Python/Javascript/cURL

I'm trying to download large (large as in anywhere between 3GB - 80GB) files through the ShareFile API to store in a local directory. I've tried using a Python script, JavaScript, and cURL and all of them fail at one point or another with…
0
votes
1 answer

Facebook Product Feed Schedule using ShareFile FTP Link - curl error 56

I'm attempting to set up a scheduled fetch for a product feed in Facebook Business Manager. From what I can see, I can provide an FTP link to Facebook along with credentials and it should pick up the file. The FTP provider I'm using is ShareFile,…
chazbot7
  • 598
  • 3
  • 12
  • 34
0
votes
0 answers

Await method never throws error

I am using a library to access the API of a cloud service called ShareFile. They have a .NET library of methods available, from which I am trying to use the authenticate method called Password Authentication, in the documentation. My implementation…
Jakob Busk Sørensen
  • 5,599
  • 7
  • 44
  • 96
0
votes
0 answers

Socket hang up Express and Nodejs

I am trying to upload a file to one of the folder in the sharefile so I am using their upload API method. I was able to compile a snippet to test whether the upload works but I keep getting socket hang up error. Can you guys please check the below…
0
votes
1 answer

ShareFile API stops on third iteration

So I am running an API call that changes Access Controls for a specific group across many folders. There is no officially supported way for changing multiple folders so my program utilizes a ForEach to run through a large list of folder ids. The…
Mitch
  • 62
  • 1
  • 9