Questions tagged [sharefile]

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

51 questions
2
votes
1 answer

Powershell - Rename File and Upload

I have the below script which is working fine for what we need thus far however running into an error as the file names have changed. With the below script it is providing a Cannot Find Path error as the filenames have changed. Where am i going…
2
votes
1 answer

How to share my google colaboratory along with data from mounted drive?

I am working on google colaboratory and i have mounted my gdrive to it so i can access the csv data i am processing with pandas for example. # Mount the path to the location of your data from google.colab import…
moctarjallo
  • 1,479
  • 1
  • 16
  • 33
2
votes
1 answer

C# File/Directory Permissions for local share

I need a file to be editable by all local users. The application saves common information to all users in its own folder under ProgramData. I need to guarantee reading and writing to all users, it is so little information that it does not merit the…
2
votes
3 answers

Android Problem with sharing temporary file

I' m trying to create a temporary file and share it. So I created this class: public class GenerateFile { public static File writeToFile(Context mcoContext, String sBody) { String fileName = "LOG FILE_" +…
TheOldBlackbeard
  • 395
  • 4
  • 22
2
votes
1 answer

ShareFile user invite to Podio workspace using API

We are trying to add members to a Podio workspace using API. We are able to do this in normal Podio with level 2 API key. But the same code is throwing the following error when we try to do this in Sharefile Podio (authenticated with ShareFile…
Akbar Badhusha
  • 2,415
  • 18
  • 30
2
votes
2 answers

Implicit FTPS to ShareFile fails with "operation timed out" in Python

When using Python to make a connection to ShareFile via implicit FTPS I get the following: Traceback (most recent call last): ftps.storbinary("STOR /file, open(file, "rb"), 1024) File…
Manager_of_it
  • 96
  • 1
  • 6
2
votes
1 answer

how to connect ubuntu to share files of time capsule

I want connect my Ubuntu desktop to share file of time capsule. but i got this error : Got error "kFPAuthContinue" from server Ubuntu I try this installation link but i got error in compiling. thanks all
2
votes
1 answer

ftplib - move file to another directory? (with rename)

I run this: ftps.rename(rec.path+field_name, rec.archive_path+field_name)\ print 'passed' To move file to another directory as I need to archive it. This line of code runs fine, without errors (I also added print check to see if it really runs).…
Andrius
  • 19,658
  • 37
  • 143
  • 243
1
vote
0 answers

Cannot upload a file in blob in sharefile

I am trying to upload a file in Citrix ShareFile via REST API. There are four requests Get the access_token Get the folder URI's to decide n which I am going to upload the file. Get chunk Uri Upload the file in that chunk Uri The first three steps…
Noor A Shuvo
  • 2,639
  • 3
  • 23
  • 48
1
vote
2 answers

Microsoft Graph create share link for specific people

I would like to share document by link in sharepoint from microsoft graph code. Default behaviour is that every person who has link can see this file. I want to make this link working just for specific people. So my code look like this: Permission…
1
vote
2 answers

I want to get result from sharing a file on Android

I have to share a url on android default but i want a response if url is being shared or just intent is closed. I am using on activity result but when i share with gmail it return 0(CANCELED) same when i close the intent.I need this to set text…
1
vote
0 answers

Upload file to share folder/ map drive in localhost using PHP (WordPress)

I have two computers C1 and C2 both computers running the same WordPress website and connected to each other using a switch. I can access C1 from C2 in Networks. I am using a custom plugin in which I am uploading files, each computer upload files in…
1
vote
2 answers

How do I delete a ShareFile folder using the v3 ShareFile API?

I am trying to delete a folder in ShareFile using the v3 ShareFile Rest API. I'm migrating from the older v1 API, and the migration documentation cites /sf/v3/Items/BulkDeletePermanently as the replacement, but I cannot get it to work. Here is my…
1
vote
1 answer

ShareFile (by Citrix) automate Upload with PowerSHell

It's Aug 2019 and I'm trying to find the way automate Upload of local file to Citrix ShareFile folder. I installed all updates and Add-PSSnapin but still fail to produce any result. Did anybody succeeded doing this ? There are some links…
Mich28
  • 519
  • 3
  • 14
1
vote
0 answers

Virtual Data Room service with anonymity login management

Please can someone recommend a virtual data room service which allows to create user login based on non-real email? To be more clear this is a scenario: I created data room named '123 5th Avenue' and want to set up log-in on this folder which will…
L.Jov
  • 33
  • 4
1
2 3 4