เรายินดีที่จะประกาศ Next Generation GroupDocs.Storage Cloud 18.3 เป็น REST API ใหม่ที่ได้รับการปรับปรุงสำหรับการดำเนินการที่เกี่ยวข้องกับ Storage ต่างๆ ใน Cloud Applications/Websites ต่อไปนี้เป็นคุณลักษณะหลักบางประการที่มีให้ใน Next Generation GroupDocs.Storage Cloud เวอร์ชันแรก สำหรับรายละเอียดทั้งหมดของคุณลักษณะที่นำเสนอโดย Next Generation GroupDocs.Storage Cloud REST API โปรดดู เอกสารประกอบ และ ข้อมูลอ้างอิง API

อัปโหลดไฟล์เฉพาะ

คุณสามารถอัปโหลดไฟล์ของคุณไปยังที่เก็บข้อมูลบนคลาวด์ที่คุณต้องการได้อย่างง่ายดายโดยใช้ Groupdocs.Storage Cloud API โปรดดูคำสั่ง REST (Curl) และตัวอย่าง SDK ต่อไปนี้สำหรับวัตถุประสงค์

ตัวอย่างที่เหลือ (cURL)

curl -v "[https://api.groupdocs.cloud/v1.0/storage/file?path=testfile.doc"](https://api.groupdocs.cloud/v1.0/storage/file?path=testfile.doc)
-X PUT \
-T C:/testfile.doc \
-H "Content-Type: multipart/form-data" \
-H "Accept: application/json" \
-H "authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” 

ตัวอย่าง .NET SDK

var configuration = new Configuration { AppSid = Sid,AppKey = Key};
StorageApi apiInstance = new StorageApi(configuration);
try
{
PutCreateRequest request = new PutCreateRequest();
request.Path = "testfile.doc";
request.File = File.Open("D://testfile.doc", FileMode.Open);
request.VersionId = null;
var response = apiInstance.PutCreate(request);
Debug.Print("File Uploaded: " + response.Code.ToString());
}
catch (Exception e)
{
Debug.Print("Exception while calling PutCreate: " + e.Message);
} 

ดาวน์โหลดไฟล์เฉพาะ

GroupDocs.Storage Cloud API allows you to download specific file from your preferred cloud storage. Please note by default API works with GroupDocs Cloud Storage. If you want to use a Cloud Storage other than GroupDocs Cloud Storage, you need to configure Third Party Storage with Groupdocs for Cloud. Please follow the instructions at this page to configure your required storage. Please see the following REST command(Curl) and .NET SDK example for downloading a particular file. ตัวอย่างที่เหลือ (cURL)

curl -v "[https://api.groupdocs.cloud/v1.0/storage/file?path=signature.jpg"][6] \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” 

ตัวอย่าง .NET SDK

var configuration = new Configuration { AppSid = Sid,AppKey = Key};
StorageApi apiInstance = new StorageApi(configuration);
try
{
GetDownloadRequest request = new GetDownloadRequest();
request.Path = "signature.jpg";
request.Storage = "MyStorage";
request.VersionId = null;
var response = apiInstance.GetDownload(request);
Debug.Print("Result as System.IO.Stream: " + response.Length.ToString());
}
catch (Exception e)
{
Debug.Print("Exception while calling GetDownload: " + e.Message);
} 

SDK

GroupDocs.Storage Cloud API ให้บริการ SDK เพื่อใช้คุณลักษณะต่างๆ ในแพลตฟอร์มที่คุณชื่นชอบ ปัจจุบัน .NET และ PHP SDK รวมอยู่ด้วย เรากำลังดำเนินการเพื่อแนะนำ SDK สำหรับแพลตฟอร์มยอดนิยมอื่นๆ เช่น Ruby, Java, Python เป็นต้น SDK นั้นโฮสต์อยู่บนพื้นที่เก็บข้อมูล GitHub ของเราพร้อมกับตัวอย่างการทำงาน เพื่อให้คุณเริ่มต้นได้อย่างรวดเร็ว GroupDocs.Storage Cloud SDK มีคุณสมบัติดังต่อไปนี้:

  • SDK ซิงค์อย่างสมบูรณ์กับการอ้างอิง API
  • คลาส เมธอด และคุณสมบัติมีความคิดเห็นและเป็นมิตรกับ IDE
  • การใช้คลาสคำขอ/การตอบกลับเพื่อแสดงรายการพารามิเตอร์จำนวนมาก
  • การปฏิเสธความรับผิดชอบในซอร์สโค้ด
  • SDK ของเรารองรับการตรวจสอบสิทธิ์ OAuth 2.0

API Explorer

GroupDocs Cloud มี Web API explorer เพื่อทดลองใช้ API ของเราทันทีในเบราว์เซอร์ของคุณ เป็นชุดเอกสารของ Swagger สำหรับ GroupDocs Cloud API เมื่อใช้ Web API explorer คุณจะได้รับข้อมูลเกี่ยวกับทรัพยากรทั้งหมดใน API นอกจากนี้ยังมีการทดสอบและการโต้ตอบกับเอกสารปลายทาง API ของเรา โปรด คลิกที่นี่ เพื่อสำรวจ GroupDocs.Storage Cloud APIs

GroupDocs.Storage ทรัพยากรบนคลาวด์

ต่อไปนี้คือลิงก์ไปยังแหล่งข้อมูลที่มีประโยชน์บางอย่างที่คุณอาจต้องใช้ในการทำงานให้สำเร็จ

เริ่มทดลองใช้ฟรีวันนี้

เริ่มทดลองใช้ฟรีวันนี้ เพียงคุณ ลงทะเบียน กับบริการ GroupDocs Cloud เมื่อคุณลงทะเบียนแล้ว คุณก็พร้อมที่จะลองใช้คุณสมบัติการประมวลผลไฟล์อันทรงพลังที่มีให้โดย GroupDocs Cloud